Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT INTO CURSOR and then some...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00300076
Message ID:
00300079
Views:
41
Hi Steve,

>I do a SELECT command INTO CURSOR which is working fine, but I also need to add a couple of fields into the cursor that are coming from a memory variable, not from a table.

Here is a SELECT that grabs all the fields in a table, and adds string field to the end of every record:

select *, 'Field1' as EndField from orders

You can take out the string and put in a variable or calculation, or almost anything.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform