Status Bar

  • Thread starter Thread starter Stacey M.
  • Start date Start date
S

Stacey M.

I have the status bar displayed while a DB is open.

On some entries, when the control has not been set with
Status Bar Text, the status bar displays "Form View".

How do I get rid of this message. Do I need to set Status
Bar Text for every control (ick)?
 
-----Original Message-----
I have the status bar displayed while a DB is open.

On some entries, when the control has not been set with
Status Bar Text, the status bar displays "Form View".

How do I get rid of this message. Do I need to set Status
Bar Text for every control (ick)?
.


Fraid so Stacey. Provide helpful Status Bar Text where
you can; failing that it's pretty easy to write code that
runs through forms and set the Status Bar Text to the same
value as the Control caption. This could be generic and
resusable.

Hope that helps.


Damien
 
Back
Top