Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Help editting a memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00181890
Message ID:
00181902
Vues:
10
>My first attempt to edit a memo field. The memo field in table frx1, column expr, and contains:
>
>Alias = "qmf_temp"
>CursorSource = ..\tempdbfs\bg\qmf_temp.dbf
>Name = "Cursor1"
>
>
>Want to change the \bg\ to \xx\. How can I accomplish this?
>
>Thanks - Brenda

Brenda,

In the DE's BeforeOpenTables event try something like this;
This.Cursor1.CursorSource = STUFFC(This.Cursor1.Cursorsource, ;
                            ATC(This.Cursor1.CursorSoutrce, "\bg\), ;
                            4, "\xx\")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform