Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine total rows in grid
Message
From
16/08/2005 09:43:33
 
 
To
16/08/2005 05:22:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01041245
Message ID:
01041318
Views:
17
I'm using row buffering and therefor in 'add' mode the data is only saved to table at end.

Do yourselg a big favor and swith to table buffering. The reason is that when you use row buffering, VFP will automatically attempt to update the current record whenever the record pointer moves. There are a lot of commands that move the record pointer behind the scenes, so with row buffering you will spend a lot of time trying to fight what VFP is trying to do.
Previous
Reply
Map
View

Click here to load this message in the networking platform