Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor then Append with Memo field
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Create Cursor then Append with Memo field
Miscellaneous
Thread ID:
00871023
Message ID:
00871023
Views:
55
Not sure where it is going wrong. The memo field is not appending into the cursor correctly. Also, the fields after the memo field are off.

SELECT memo1 from table1
CREATE CURSOR c_x (field1 MEMO)
DIMENSION amemo(1)
amemo(1) = table1.memo1
SELECT c_x
APPEND FROM ARRAY amemo

Thanks

Brenda
Next
Reply
Map
View

Click here to load this message in the networking platform