Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To View Or Not To View
Message
From
02/07/1998 08:43:11
 
 
To
01/07/1998 17:06:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00113500
Message ID:
00113735
Views:
52
>>It makes a lot of difference. Remove this requery() stuff from Grid.Refresh. Firstly, you don't need in this, and secondly it kills the whole idea of view. When you change data in grid (view), you actually write to buffer. If you issue requery(), the first thing which will be done is killing of this buffer.
>
>Okay, I trashed the Requery stuff in my Grid.Refresh. And it works fine! Except I now get a "uncommitted changes in Buffer" message. I assume I need to issue tableupdate/tablerevert commands through an exit routine or as a modal form prompt to save changes or cancel in a method of my grid/page/or someotherplace?

Yes, you should issue Tableupdate() to save data in table, or Tablerevert() to cancel data changes.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform