Results 1 to 10 of 10

Thread: showing forms

  1. #1

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Originally posted by dongaman
    To fix your problem,we need your codes
    Or u can display the form just when sub complete.
    Heh. It looks like he already figured it out before you even replied.
    <removed by admin>

  2. #2
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268
    er, i cant figure this out, how do u use the do events thing?

    sorry

  3. #3
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    hm,maybe
    I am just aman.

  4. #4
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    Code:
    DoEvents()
    I am just aman.

  5. #5
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268
    muh code?
    ok sorry


    here it is:


    ......
    frmWait.lblWaitMessage.Caption = "Please wait while system checks exsisting bag materials for matches"

    frmWait.lblCountDown.Visible = False

    frmWait.Show <-i want it do do this bit b4 it carries on

    While Not rstBag_Materials.EOF

    Bag.GetData

    ......

  6. #6

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Originally posted by dongaman
    Code:
    DoEvents()
    You don't need the () at the end.
    <removed by admin>

  7. #7
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268
    DoEvents frmwait.show ???

  8. #8
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    just explain it is a function
    Code:
    frmWait.Show <-i want it do do this bit b4 it carries on 
    DoEvents
    I am just aman.

  9. #9
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268
    ah Ha! it works, cheers, u guys rock

  10. #10
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    You guys are slow...



    You're welcome Psycho_NZ.

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