Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tablerevert() not working?
Message
 
To
30/07/1998 14:47:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00122802
Message ID:
00122816
Views:
15
>I am working on a form with buffering set to optimistic row buffering set on. When I do an append blank on the table and then do a tablerevert the record is still there with the default values I have selected still showing. Anything I have KEYED on the form after the append blank BUT before the tablerevert is gone. Any help or suggestions would be greatfully appreciated. And yes, I'm a novice :)

Jamie,

Two things; when you tablerevert an appended record the file pointer is left at EOF(), second tablereverting does NOT refresh the display.

You have to do a THISFORM.Refresh() after the tablerevert. And you probably want to do a GO BOTTOM before the refresh to put the record pointer on a record.
Previous
Reply
Map
View

Click here to load this message in the networking platform