Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updateable cursor
Message
From
11/09/2000 10:24:12
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00414875
Message ID:
00414877
Views:
30
>Hi everyone:
> I am having a bit trouble createing an updateable curosr. Can some me show me how to create a cursor that can be updateable. I can create a table, however, I need to create a cursor.
>Thank You


CREATE CURSOR - it works the same as CREATE TABLE.

If it's from a SELECT,

SELECT ....... INTO CURSOR cuTmp NOFILTER && get non-updatable cursor
AFIELDS(laFields)
CREATE CURSOR cuTmp2 FROM ARRAY laFields
APPEND FROM (DBF("cuTmp"))
USE IN cuTmp
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform