Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not a problem just wanted opinions.
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01021285
Message ID:
01021375
Views:
21
for the test i ran this,
?"Starting 1"
myo1 = createobject("apprgrun.apjobrun")
? myo1.asrunjob("test1","None","testprg.prg")
inkey(6)
? myo1.asrunjob("test1","None","testprg.prg")
?"Starting 2"
myo2 = createobject("apprgrun.apjobrun")
? myo2.asrunjob("test2","None","testprg.prg")
inkey(2)
? myo1.asrunjob("test1","None","testprg.prg")
inkey(10)
release myo1
release myo2
release myo3
return
the testprg was just
 messagebox(job)
running this you get:
Starting1
.T. *5 secs later a messagebox*
.F. *1 sec later unless you click ok quickly in which case it's .T.*
Starting 2
.T.
.F. *again unluss the box with test one has been clicked*
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform