Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing buffers to reflect changes
Message
 
To
19/08/1998 06:36:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00127974
Message ID:
00128370
Views:
27
>>>Can anyone tell me how to refresh the buffers in VFP 5.0 so the changes made on another form we be reflected on this form.
>>>
>>>For example, I run form A, while leaving form A running I run form B. Form A and B are showing some of the same data. I make changes to the data on form B. When I leave form B it automatically returns to form A. How do I refresh form A so that it shows the changes that were made on form B?
>>>
>>>TIA,
>>>GeneS
>>
>>If you tableupdated table in B, refresh form A.
>
>I do TABLEUPDATE the table in B but the buffers don't seem to be refreshed when I return to A. What am I doing wrong?

Have you done a THISFORM.Refresh() when you return to A? If you have views or SQL cursors these will also have to be refreshed. Either call them separately or put the code into the form refresh() code.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform