Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To View Or Not To View
Message
From
01/07/1998 17:06:33
 
 
To
01/07/1998 16:46:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00113500
Message ID:
00113575
Views:
48
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform