Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The m. or tableUpdate() approach
Message
From
17/10/1996 13:43:15
 
 
To
17/10/1996 11:40:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00010138
Message ID:
00010342
Views:
41
>
>I was afraid most of the people use tableUpdate(), but what
>do you do when you have to go trough the table to check
>for some information before you add-update the record? If you
>move the record pointer then changes are updated and you loose
>some of the advantages.
>
>I'm a bit lost in this matter. Thanks for your advice.
>Javier Borrajo.

Use Table buffering mode rather than Record buffering mode. Then you can move around the table to check things and decided whether you want to allow the changes/add with TableUpdate() or cancel the changes with TableRevert() or allow the user to make changes and try again. You have complete control.

-Doug-
Previous
Reply
Map
View

Click here to load this message in the networking platform