Thanks, Ben... Just put the single "DoEvents" in the loop, no parameters or anything? Was that in VB for dummies? LOL
[c] -- In [EMAIL PROTECTED], "Ben Rosato" <[EMAIL PROTECTED]> wrote: > Try putting a DoEvents in your loop. > > -----Original Message----- > From: HouseDad [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 7:56 AM > To: [EMAIL PROTECTED] > Subject: [vbhelp] TEXTBOX UPDATE > > > > > > > Hello all, it's your annoying groupie again. > > I have a problem with the textbox being updated properly. What > I mean is, for instance, a button is pressed to begin a process. > When this button is pressed I change the cursor, send progress info > such as "Working on Item#...", and set the visible property of the > button control to false. > > The problem is none of these things are visibly apparent until > the program is done processing data. It looks like the program locks > up until it's done, then all the things that should have happened > when the button was first pressed happen at once when it is finished. > > So far the only way I have figured out to update the form is to > pop up msgbox's, which is annoying and slows the process. > > Any ideas? Would an extra form.show command help? I can't make > a progress bar either because it doesn't show progress until it's > already done. > > [C] > > > > > > > > > '// ======================================================= > Rules : http://ReliableAnswers.com/List/Rules.asp > Home : http://groups.yahoo.com/group/vbHelp/ > ======================================================= > Post : [EMAIL PROTECTED] > Join : [EMAIL PROTECTED] > Leave : [EMAIL PROTECTED] > '// ======================================================= > > Yahoo! Groups Links > > > > > > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.804 / Virus Database: 546 - Release Date: 11/30/2004 > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.804 / Virus Database: 546 - Release Date: 11/30/2004 ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
