Microsoft
Software
Hardware
Network
Question : Form Label Updates Not Working Properly
I'm trying to update a label I've placed in the status bar of my form. I'll place an update to the status label at the beginning of a Sub corresponding to a button push, and the update won't be seen. When the Sub is finished, I update the label again. This update at the end of the sub is seen on screen. I'm just baffled as to why the update at the beginning of the Sub isn't seen.
The Sub in question runs for about 4 seconds, so the run duration isn't short enough not to see the update.
I update like this:
1:
StatusL.Text = "Setting Up..."
Answer : Form Label Updates Not Working Properly
Try add Doevents:
StatusL.Text = "Setting Up..."
Application.Doevents
.....
Random Solutions
Access Dsum rollup calculations
How do I select multiple frames/text boxes in Word 2007
Positioning graphic bullet in list
Can't install Sharepoint svcs on Server 2008 because can't install DotNet3 because "You must use the role management tool to install...microsoft .net framework". ... WHAT?!?
Preventing Outlook from sending email until Code is completed in Access
Window 7 HP printer driver problem
A SCRIPT THAT WILL SEARCH AND SHOW RESULT FOUND
Downloading .WMV files from a browser link
Can I create an SQL script to automatically copy a database each night?
Monitoring application internet connectivity