|
-
Nov 25th, 2001, 08:39 AM
#1
Thread Starter
Fanatic Member
?? - ?? - ??
i am running a loop, and within the loop i am checking value of a variable with the recordset field. if the value matches it proceeds ahead, else a new form is displayed to match the name from the list box.
my problem is when the user selects the name from the list box and click on "OK" button, the new form displayed should hide. i wrote the code form.hide on the click event, but it is not working. before hiding the form, the process of the main form is executed.
pls guide me how to hide the form.
one more problem. while processing, i want a cancel button on my form, clicking which the process should be terminated.
pls guide.
regards,
prakash
-
Nov 25th, 2001, 08:53 AM
#2
PowerPoster
-
Nov 25th, 2001, 10:47 AM
#3
one more problem. while processing, i want a cancel button on my form, clicking which the process should be terminated.
You need to add DoEvents in the loop
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
|