Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Grid from other form
Message
From
10/11/1997 13:31:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Refreshing Grid from other form
Miscellaneous
Thread ID:
00059328
Message ID:
00059328
Views:
60
Hello.
I have some a problem with refreshing a Grid from other form.
For example. I have two forms. In the first form - "Form1" I have a list box with data.
In the second form "Form2" I have a Grid.
After dblClick or DragDrop methods I am append record to the table.
The grid has ControlSource from this table.

SELE MyTable
APPEND BLANK
REPLACE MyTable.Fields1 WITH Data1
REPLACE MyTable.Fields2 WITH Data2
FORM2.GRID1.REFRESH
But..., I can see added records only when I press the Mouse button on the Grid.
If the buffering of the Table = 1 it is works Ok...,
but I change buffering to 5 and my grid will not be refreshed. :(
Thanks for any help.
Denis.
Next
Reply
Map
View

Click here to load this message in the networking platform