Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a fieldname to a cursor programatically
Message
 
To
18/12/2003 14:57:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00860481
Message ID:
00860494
Views:
16
How did you create a cursor? It should be:

create cursor .....

*or in VFP7 and up
select ... from ... READWRITE

*or in VFP6 and below:
select ... from ... into cursor temp
use (dbf("temp")) in 0 again alias YourCursorName
use in temp

And again, what is exactly the field name you try to add?

>Hi Yuri,
>
>The error message is syntax error
>
>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform