Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editable Temporary Cursor with SQL Code?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Editable Temporary Cursor with SQL Code?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01304907
Message ID:
01304907
Views:
73
As I remember, in order to create a modifiable cursor, meaning that the fields are editable, I had to actually use the CREATE CURSOR command, but is there a way to do this with SELECT SQL Code?

I tried the following and of course, the temporary cursor's fields weren't editable. I really only care to alter the lSelect field, using a checkbox in a GRID. The user selects the SPECS that he wants to print so that he can see multiple Specifications in one report, based on those he selects:
SELECT ;
    prod_no, ;
    .f. As lSelect;
  FROM specs ;
  ORDER BY prod_no ;
  INTO CURSOR tmpSpecs
Next
Reply
Map
View

Click here to load this message in the networking platform