Access97 Status

G

Guest

I need to check if the Access Status Bar is visible when I
start my application, and if it isn't, display it. Anyone
got any code for this ?

Thanks


Damien
 
J

JSand42737

I need to check if the Access Status Bar is visible when I
start my application, and if it isn't, display it. Anyone
got any code for this ?

Thanks


Damien

Damien

You can set these sorts of things using Application.SetOption, without needing
to check whether it is visible or not:

Application.SetOption "Show Status Bar", True
 
G

Guest

-----Original Message-----
I need to check if the Access Status Bar is visible when I
start my application, and if it isn't, display it. Anyone
got any code for this ?

Thanks


Damien

Damien

You can set these sorts of things using[/QUOTE]
Application.SetOption, without needing
to check whether it is visible or not:

Application.SetOption "Show Status Bar", True


--

Jon

www.applecore99.com - Access Tips and Tricks

.


Cheers for that Jon, good point.
 

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