Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent Grid's Refresh
Message
From
11/04/2002 15:34:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to prevent Grid's Refresh
Miscellaneous
Thread ID:
00643916
Message ID:
00643916
Views:
47
Hy,
I have a grid and a couple of related textboxes in the Form.
In the AfterRowColChange I put thisform.refresh().
But not only the textboxes get a refresh but also the grid.
Is there a way to prevent the grid also refreshes?
I know I can say thisform.textbox1.refresh(),thisform.textbox2.refresh() etc.
A second solution is to put the textboxes in a container and said thisform.cnt.refrsh().
But that is not what I want.
I want to block the refresh from the grid.
In the refresh methode of the Grid Return .F. doesn't work because the Refresh is already there,It must be done before the Refresh methode.
Is this possible ?

Thanks John Zylstra Holland
Next
Reply
Map
View

Click here to load this message in the networking platform