Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing buffers to reflect changes
Message
 
À
19/08/1998 06:36:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00127974
Message ID:
00128370
Vues:
25
>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform