K
Kevin McCartney
I have a form that checks my linked tables and then a main
menu appears. If I then click on a button to openan other
form, none of my status bar text appears. If I put the
command SysCmd(acSysCmdClearStatus) in a debug window I
will see the status bar text. If I place the following
command varReturn = SysCmd(acSysCmdClearStatus) or SysCmd
(acSysCmdClearStatus) in the part of code that opens the
selected button it still does not show the status bar
text. I looked at the return value in the button code and
for varReturn = SysCmd(acSysCmdClearStatus), varReturn is
a null value, is this correct and how do I make the status
bar text appear correctly.
TIA
regards
KM
menu appears. If I then click on a button to openan other
form, none of my status bar text appears. If I put the
command SysCmd(acSysCmdClearStatus) in a debug window I
will see the status bar text. If I place the following
command varReturn = SysCmd(acSysCmdClearStatus) or SysCmd
(acSysCmdClearStatus) in the part of code that opens the
selected button it still does not show the status bar
text. I looked at the return value in the button code and
for varReturn = SysCmd(acSysCmdClearStatus), varReturn is
a null value, is this correct and how do I make the status
bar text appear correctly.
TIA
regards
KM