msgbox without OK button

maravinds

Registered User.
Local time
Yesterday, 20:48
Joined
Apr 26, 2006
Messages
26
hallo everyone,

is there anyway to create a msgbox without OK button i.e., is there any way to display a window to show "data processing..." and then close it after the processing completes.

thanks in advance.

regards,


aravind.s
 
Hi - I have a similar scenario, but use a form with the pop-up and modal properties set to yes, and then resize it to a suitable size. I load the form with the on click event of the code used to launch the target form and when the target form has loaded after processing and loading the data - close the "processing..." form with the on activate of the main form.

there may be other ways of accomplishing this - but i found this the easiest for me.

Ian
 

Users who are viewing this thread

Back
Top Bottom