|
-
Dec 26th, 2001, 06:42 AM
#1
-
Dec 26th, 2001, 10:43 AM
#2
You could disable the button so it cannot be pressed while the process is going on.
Code:
Sub Command1_Click()
Command1.Enabled=False
' do your processing here....
Command1.Enabled=True
End Sub
-
Dec 28th, 2001, 02:29 AM
#3
thanks for your interest jim mcnamara but, the project is a large one. It has more than 250 forms in it and it will be hard to enable and disable the controls with some processes in all of them...
I am looking for an easier solution...
Thanks anyway....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|