Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When is code performed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00099548
Message ID:
00099743
Vues:
22
I have found that VFP will continue on with the code even though the new dbf may not be closed (disk activity).
Try using
on error - call proc that simply returns .T.
DO while .T.
Use tmp.dbf in 0
If used('tmp')
EXIT
endif
enddo
on error
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform