Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get field values from cursor
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How do I get field values from cursor
Miscellaneous
Thread ID:
00672486
Message ID:
00672486
Views:
37
How do I extract a value from a field in a cursor. The code I am trying to run is as follows, I am trying to the id from test cursor into a variable called c1.

tc = SYS(2015)
SELECT * from test WHERE test.id = .someid INTO CURSOR (tc)
SELECT (tc)
c1 = (tc)+.id

Thanks
Nick Patel
Next
Reply
Map
View

Click here to load this message in the networking platform