Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to save a record
Message
From
25/09/1997 12:09:28
 
 
To
24/09/1997 16:40:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00051462
Message ID:
00051612
Views:
36
>You can do that visually.
>
>Just use the data environment and add your tables in it. Then, from each table properties, you can set the buffering.

FWIW, in almost all cases I use optimistic row buffering, so in my base form classes' load method, I loop through my DE's cursors and set the buffering automatically to 3 (the DE doesn't auto open its tables), skipping ones that are set to anything other than 1 ("use form setting"). Then I open the tables. This been working really well for me--it's easier to remember to set autoopen .f. than all the cursor's buffering! It slows down my form load though...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform