Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make Memo Field from Select-SQL?
Message
 
To
21/01/2005 17:08:06
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00979472
Message ID:
00979479
Views:
8
Actually, you can do it this way ...

SELECT field1, space(255) as memofield FROM table1

(Jay: Please give me a call when you get a chance.)

>As far as I know, you need to join with a dummy cursor that already contains a memo field to do this.
>
>>Is there a way to add a memo field when selecting records from a table/cursor?
>>
>>For Example:
>>
>>
>>SELECT field1, space(4) as memofield FROM table1 INTO CURSOR cursor2
>>
>>In this example, I would like "MemoField" to be of Memo type in "cursor2".
>>Is there a way WITHOUT using CREATE CURSOR?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform