Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run a win32 program
Message
From
20/10/1997 19:04:59
 
 
To
20/10/1997 11:57:51
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00054558
Message ID:
00055635
Views:
28
>>> If you need to wait for it to finish you will have to use foxtool.fll
>
>What method are you using to wait?

You can use Regfn and register FindWindow
j =regfn("FindWindow","CC","I")
PCWINTITLE = 'window title'
DO WHILE callfn(J,0,pcwintitle)<> 0
WAIT WINDOW '' TIMEOUT 1
ENDDO
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform