Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exception C0000005 on wait window command
Message
 
To
27/11/2001 09:16:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00586253
Message ID:
00586330
Views:
18
Daniel,

Thanks for the tip. Does using this API call require any special attention when I create distribution / install disks (e.g. specific libraries that must be included)?

-- Larry

>Lawrence,
>In addition to Hilmar's reply, if you need a timeout in VFP, it's more efficient to use the API call Sleep():
>
>DECLARE Sleep IN WIN32API INTEGER nMillisecs
>
>DO WHILE < Whatever >
>  Sleep(200) && timeout of 200 millisecs
>  *-- processing
>ENDO
>
Larry Tucker
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform