Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to 'Add' a record?
Message
From
19/12/2000 14:21:52
 
 
To
19/12/2000 14:08:11
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00454759
Message ID:
00455147
Views:
34
>I did looked into the TableUpdate, TableRevert, GetNextModified, GetFldState, CurVal, OldVal. I like to use those. In spite of my limited knowledge of installing those codes in VFP 6.0, can anyone help me with that? I read the Microsoft Visual FoxPro 6.0 Programmer's Guide, pages 480 to 486. I am still not understand where to put those in. The problem with me is there are so many 'Events' (Click Event, Activate, Init, etc...) that I am not sure where to put those codes. I get all kinds of errors. Could someone kindly guide me to where/what to type the codes to help me use the RECORD BUFFERING (OPTIMISTIC). I can see that there is CURSORSETPROP('Buffering',3), but where to put that?
>
>Chuck

If you want ALL future tables/cursors to open as buffered, do:
CURSORSETPROP("Buffering",3,0)
You can do this in whatever you're beginning code does. Otherwise, you'd have to issue your CURSORSETPROP() after each table/cursor is opened.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform