B
Bob Valentine
Group:
I have used the following statement to delete the words "Form View" from
appearing in the Status Bar at the bottom of the window when my Splash
Screen form opens.
varReturn = SysCmd(acSysCmdSetStatus, " ")
When the Splash Screen form is closed and a new form is opened, I want to
reset the status bar text so that when objects are selected on the new form,
the Status Bax Text property of that object shows in the status bar.
However, what is happening now is that the status bar is blank because of
the above statement that was executed when the Splash Screen was opened.
What is the VBA statement to reset the Status Bar?
Thanks,
Bob V
I have used the following statement to delete the words "Form View" from
appearing in the Status Bar at the bottom of the window when my Splash
Screen form opens.
varReturn = SysCmd(acSysCmdSetStatus, " ")
When the Splash Screen form is closed and a new form is opened, I want to
reset the status bar text so that when objects are selected on the new form,
the Status Bax Text property of that object shows in the status bar.
However, what is happening now is that the status bar is blank because of
the above statement that was executed when the Splash Screen was opened.
What is the VBA statement to reset the Status Bar?
Thanks,
Bob V