Okay you might want to try a DoEvents( ) call right after your Me.Repaint call in order to allow the system to handle the new event.
--- jsivanan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working with Access2003 processing multiple text > files and just > trying to display the current filename on the form > as the filename > changes. I just move the name of the file to > Me.Textbox and do a > Me.Repaint. Sometimes it works, but other times it > gets stuck on a > filename and doesn't display subsequent changes. > It's as if some > buffer is full and isn't getting reset. Processing > doesn't hang at > all, just the display of filenames. > > Anyone have a clue? > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AccessVBACentral/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/AccessVBACentral/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
