Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
App won't see dbf written with vb
Message
 
À
02/04/2003 13:17:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00773108
Message ID:
00773114
Vues:
15
Hi Randy,

when you call a VB program, VFP doesn't stop and wait the VB finish their job... VFP just continues like anything (VB) is working...

So, I think you can fix it with something like that:
RUN VBProgram.EXE
Do While !File("NameOfFile.TXT")
EndDo
Add something to check if the file isn't created by VB and this case your program is starting a infinite loop...

[]s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform