Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No records in Requery() after tableupdate
Message
 
À
13/11/1998 10:29:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00157379
Message ID:
00157408
Vues:
21
Terry,

Try this in a program and see if it makes a difference;
SELECT Thisview && parameterized view w/several records (buffering =5)
DELETE
IF TableUpdate(1,.f.,'thisview')
   REQUERY('thisview')
ENDIF
*requery('thisview') &&returns records
This may be a timing problem in that the TableUpdate has not finished yet when the requery is issued. Using the IF will force VFP to wait for a return from TableUpdate before continuing on with the subsequent code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform