Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App won't see dbf written with vb
Message
 
To
02/04/2003 13:17:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00773108
Message ID:
00773114
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform