|
-
Dec 4th, 2001, 09:26 PM
#1
Thread Starter
PowerPoster
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.
-
Dec 4th, 2001, 09:31 PM
#2
Hyperactive Member
er, i cant figure this out, how do u use the do events thing?
sorry
-
Dec 4th, 2001, 09:32 PM
#3
-
Dec 4th, 2001, 09:33 PM
#4
Fanatic Member
-
Dec 4th, 2001, 09:33 PM
#5
Hyperactive Member
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
......
-
Dec 4th, 2001, 09:34 PM
#6
Thread Starter
PowerPoster
Originally posted by dongaman
You don't need the () at the end.
-
Dec 4th, 2001, 09:35 PM
#7
Hyperactive Member
DoEvents frmwait.show ???
-
Dec 4th, 2001, 09:36 PM
#8
Fanatic Member
just explain it is a function
Code:
frmWait.Show <-i want it do do this bit b4 it carries on
DoEvents
-
Dec 4th, 2001, 09:38 PM
#9
Hyperactive Member
ah Ha! it works, cheers, u guys rock
-
Dec 4th, 2001, 09:42 PM
#10
So Unbanned
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|