Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field help...?
Message
From
24/09/2001 11:16:22
N. Lea
Nic Cross Enterprises
Valencia, California, United States
 
 
To
24/09/2001 11:06:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00559987
Message ID:
00560011
Views:
19
Thank you so much for your help. I had to add a couple more replace commands than I wanted to, but nonetheless it worked!!!


>>Could someone help me with a memo field issue. I have this grid that has a checkbox on it. When the user clicks on the checkbox, the system is going to copy the details of this record no to a tempdata table on the local C. However, when I attempt any method to copy the memo field ONLY for this record, it does not work. Would anyone have a suggestion as to how I could copy the memo field into the tempdata table?? Thanks in advance for any help!!!
>
>I suppose you have appended a record into the tempdata table? If so, you can:
>
>
>select tempData
>replace memoField with myTable.memoField
>
>This assumes that myTable is the table you want to copy from, and that the record pointer is sitting on the record you want to copy from.
>
>Or, you can:
>
>
>lcMemo = myTable.memoField
>select tempData
>append blank
>replace memoField with lcMemo
>
>
>HTH,
Previous
Reply
Map
View

Click here to load this message in the networking platform