Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Help editting a memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00181890
Message ID:
00181902
Views:
11
>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\")
Previous
Reply
Map
View

Click here to load this message in the networking platform