Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox in timer
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905129
Message ID:
00905147
Views:
12
>yes hilmar.
>
>Did you try to disable the Timer, at the beginning of its Timer() event?
>
>i'd like to continue notify my user of a new pdf file in the server then stop when they read the file. i actually have a way of knowing when they have read the file.
>
>i put a messagebox in timer but my problem is, if i do this, i will clog my user of messageboxes. i want to be able to find a way to close the messagebox before showing another messagebox.
>
>can i do this?

You can add a TIMEOUT to the messagebox, but it sounds like what you want is not a messagebox at all, but a WAIT WINDOW NOWAIT. Then you can use WAIT CLEAR to clear any messages you want to get rid of, or just overwrite them with a new WAIT WINDOW.
Previous
Reply
Map
View

Click here to load this message in the networking platform