Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PAUSE in VFP5
Message
 
À
29/09/1998 21:26:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00141705
Message ID:
00142273
Vues:
46
>>Bernard,
>>
>>VFP is single threaded and anything you do to pause execution will prevent keyboard entry. You can't get both worlds in VFP. You could write a DLL is C++ and call it form VFP and let it do the pausing and watching for input.
>
>I dont have C++ but what about an ActiveX written in VB5 to do the same thing -
>Timing and pause.??

Bernard,

Try using VB for an activex. The issue is that VFP is a single thread and if you pause it, no matter how you do, it is the entire thread that gets paused.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform