-
In my program even when stepping through it a line at a time it does not want to update the screen.
frmProofDesk.CurrentStatus.Caption = "Processing SQL"
frmProofDesk.CurrentStatus.BackColor = &HFF00&
I only have one screen up. I can't figure it out.
Thanks Scott
-
hi,
add DoEvents after last command
Regards
-
Tried that
When in the debugger it show that the value has been changed when I put my cursor over it but the screen doesn't change. I put a DoEvents before and after the two lines still nothing.
Help
Scott