Results 1 to 3 of 3

Thread: ?? - ?? - ??

  1. #1

    Thread Starter
    Fanatic Member pvbangera's Avatar
    Join Date
    Sep 2001
    Location
    Mumbai, India
    Posts
    961

    ?? - ?? - ??

    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

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    What code are you using?
    Baaaaaaaaah

  3. #3
    DaoK
    Guest
    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
  •  



Click Here to Expand Forum to Full Width