Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PAUSE in VFP5
Message
De
29/09/1998 12:12:27
Paul Harker
Harker Enterprises, Inc.
Idaho Falls, Idaho, États-Unis
 
 
À
28/09/1998 20:57:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00141705
Message ID:
00141981
Vues:
31
>I have this app that communicates with the COM ports using a DLL. I need to send a request to the DLL and wait about 100 miliseconds before I loop id the wrong return value is received. To achieve this I have a WAIT WINDOW"" TIMEOUT .1
>This procedure is called approx every 200 mili seconds with a timer.
>
>DO WHILE err_code #0
> err_code = dll_call(parm1,parm2...)
> WAIT WINDOW '' TIMEOUT .1
>ENDDO
>
>...rest of procedure.
>
>The problem is that the wait window firing as fast as it is my keystrokes to the main application as well as mouse clicks are being "EATEN" by the Wait Window.
>
>IS THERE ANY OTHER WAY TO "PAUSE" CODE EXECUTION IN A PROGRAM FOR A SPECIFIED TIME BUT WITHOUT A FUNCTION THAT EATS KEYSTROKES??
>
>THANKS
>
>BERNARD

Have you tried the ON COMM event? Works great with the MSCOMM32.OCX. This way your app wakes up when data comes across the commport.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform