Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to stop - press any key to continue - message?
Message
From
04/11/1998 14:31:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00153978
Message ID:
00154472
Views:
17
>i added a WAIT TIMEOUT 4 after DO PLASHSCREEN. the splash screen was only a flicker so i wanted to make sure it stayed up at least 4 seconds. the WAIT seems to be causing a "Press any key to continue ..." message to appear on my splash screen. i set TALK OFF but that did not help.
>
>any ideas
>
>brenda

Hi Brenda!

FUNCTION Sleep
LPARAMETERS tfDuration
SET cursor off
WAIT "" timeout tfDuration
SET cursor on
RETURN
Previous
Reply
Map
View

Click here to load this message in the networking platform