Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not a problem just wanted opinions.
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01021285
Message ID:
01021375
Vues:
22
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*
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform