Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gathering Memo Fields
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036112
Message ID:
01036113
Views:
15
>I am havina problem using gather. I am trying to copy a record with over a hundred fields and 1 memo field. Therefore I:
>
>
>scatter memvar
>SCATTER FIELDS LIKE fabwearcom TO memo
>
>
>But when gathering I do:
>
>append blank
>gather memvar
>
>
>How do I gather the memo field I have tried GATHER fields like fabwearcom MEMO but this doesnt work! Any help would be greatly appreciated.
>
>Many thanks
scatter memvar
mMyMemo = ALLTRIM(MemoField)
append blank
gather memvar
REPLACE MemoField WITH mMyMemo
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform