Rolly_Sefu
Board Regular
- Joined
- Oct 25, 2013
- Messages
- 149
Hello
I have created a registration userform.
People come to the PC, enter they badge number and register for an event.
After they register the userforms background turn green. => registration OK
If for some reason the user try's to register again the userforms background turns red. => Already registered.
Problem:
-After the user registered, the users info remains on the screen maybe for hours, until the next registration comes along.
-I know how to keep the backgroud green or red, with the users info, and after 30 seconds to restart the userform to show it as blank.
-I could do this with application.wait but then if another user wants to register before the 30 seconds runs out, he can't because the userform is lock from the application.wait.
Question:
I would like to know is there a way to add a delay timer of 30 sec for the unload me, show userform comands.
And still be open to a new registration.
Any ideas ?
Thanks.
I have created a registration userform.
People come to the PC, enter they badge number and register for an event.
After they register the userforms background turn green. => registration OK
If for some reason the user try's to register again the userforms background turns red. => Already registered.
Problem:
-After the user registered, the users info remains on the screen maybe for hours, until the next registration comes along.
-I know how to keep the backgroud green or red, with the users info, and after 30 seconds to restart the userform to show it as blank.
-I could do this with application.wait but then if another user wants to register before the 30 seconds runs out, he can't because the userform is lock from the application.wait.
Question:
I would like to know is there a way to add a delay timer of 30 sec for the unload me, show userform comands.
And still be open to a new registration.
Any ideas ?
Thanks.