Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot see the updated value
Message
De
23/10/2001 07:38:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
23/10/2001 07:07:06
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00572000
Message ID:
00572009
Vues:
23
This message has been marked as the solution to the initial question of the thread.
Jimi,

From the symptoms, it looks like you are using Buffering (this would require additional commands, not shown in your code - or perhaps the tables are opened in Form.DataEnvironment). In this case, changes made in copy1 of the table will not be visible in Copy2, until you issue TableUpdate().

Hilmar.

>hi,
>
>use MyTable in 0 order tag MyTag shared
>select MyTable
>seek MyTarget
>replace MyData with NewData
>wait window transform(MyData)  && here it displays the new value, good.
>
>use MyTable again in 0 alias MyTable2 tag MyTag shared
>select MyTable2
>seek MyTarget
>wait window transform(MyData)  && here it displays the old value! eek!
>
>
>why? and how should I do? I do not want to close the table and open it again, because there are serveral grids and relations set up.. or is it necessary to?
>
>Thanks for any help!
>Jimi
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform