Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TableUpdate(.t.) not working.
Message
 
À
21/06/2000 11:01:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00382703
Message ID:
00382742
Vues:
16
>I try it with a suspend message.
>
>Suspend
>* GetFldSate("KOD") = 2
>TableUpdate(.t.)
>* GetFldState("KOD") = 2
>
>Why.
Cemal,

Your tableupdate doesn't specifiy what work area should be updated and you are not checking to see if the update succeeded. Try;

llSuccess = TableUpdate(.T.,.F.,"KOD")
? llSuccess

to see if the tableupdate is failing on you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform