Status Bar

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)?
 
G

Guest

-----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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top