Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Grid from other form
Message
From
10/11/1997 14:30:00
 
 
To
10/11/1997 13:59:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00059328
Message ID:
00059346
Views:
27
>>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.
>
>Maybe Form2 has private datasession? Did you try to issue Tableupdate() before Grid.Refresh?

Hello Edward.
I am use buffering = 5 because I want UPDATE or REVERT many records at once.
Denis.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform