Navigation Pane

  • Thread starter Thread starter Mike Sorel
  • Start date Start date
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
 
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.
 
Back
Top