Navigation Pane

M

Mike Sorel

Hi,

Is there a way to programatically rename a shortuct on the navigation pane?

What I am trying to do is display to the user what sql database they are
currently connect to (eg Test or Live) without having a form always open.
The user could then click the shortcut to open a form that lets them change
to another database. If anyone has any other ideas for this issue please let
me know.

If there is no other method I will probably just change the AppTitle.

Thanks in advance.

Mike
 
T

Tom van Stiphout

On Wed, 27 Feb 2008 18:11:00 -0800, Mike Sorel

What we do is that if you run in test mode we change the background
color of all forms (using a procedure call in each Form_Open), and we
tick a timer in a hidden form opened at startup time to remind you
every 5 minutes with a MsgBox that you are in test mode and should not
use this app for Production.

-Tom.
 

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