Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor
Message
 
To
03/06/2006 00:21:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01126870
Message ID:
01126871
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Hi Guys,
>
>Is it possible in vfp to apply cursorsetprop on cursors create from Create cursor command?
>
>The idea is to provide a revert mechanism if the user don't want to save changes. The data contained in the cursor comes from xml files.

Yes,
CREATE CURSOR crsTest (Fld1 I, Fld2C(20))
CURSORSETPROP("Buffering",5,[crsTest])
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform