Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CURSORSETPROP()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00236528
Message ID:
00236533
Views:
12
>This is a stupid question but I can't seem to find how to make my cursor writeable. Could someone give me a clue.

Here is a snippet of code that works for us:
    SELECT * ;
      FROM MyAlias ;
      INTO CURSOR sqlTEMP NOFILTER  && nofilter is required to make it writable
    lcTEMP = DBF()
    USE (lcTEMP) AGAIN ALIAS sqlWriteable IN 0 EXCLU
    USE IN sqlTEMP
    SELECT sqlWriteable
-Lou.
"All my life I said I wanted to be someone ...
I can see now that I should have been more specific." -Jane Wagner
Previous
Reply
Map
View

Click here to load this message in the networking platform