Heh. It looks like he already figured it out before you even replied.Quote:
Originally posted by dongaman
To fix your problem,we need your codes:rolleyes:
Or u can display the form just when sub complete.;)
Printable View
Heh. It looks like he already figured it out before you even replied.Quote:
Originally posted by dongaman
To fix your problem,we need your codes:rolleyes:
Or u can display the form just when sub complete.;)
er, i cant figure this out, how do u use the do events thing?
sorry :)
hm,maybe:cool:
Code:DoEvents()
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
......
You don't need the () at the end.:)Quote:
Originally posted by dongaman
Code:DoEvents()
DoEvents frmwait.show ???
just explain it is a function:)
Code:frmWait.Show <-i want it do do this bit b4 it carries on
DoEvents
ah Ha! it works, cheers, u guys rock :)
You guys are slow...
:rolleyes:
You're welcome Psycho_NZ.