Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No records in Requery() after tableupdate
Message
De
13/11/1998 10:53:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00157379
Message ID:
00157410
Vues:
26
>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.

Jim,

Nope, that wasn't the problem. This must have something to do with indexes or relationships that I am not seeing.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform