PC Review


Reply
Thread Tools Rate Thread

Change the mdb name in the title bar?

 
 
=?Utf-8?B?Q1c=?=
Guest
Posts: n/a
 
      17th Oct 2006
I wanted to call the latest version of my app by a different name so I copied
the mdb and re-named the new file.
However, when it opens, the old name is still shown in the title bar (blue,
at top of screen). Look as though simply re-naming the filename isn't enough?
I have looked all over the place but cannot see how to change this.
Somebody, please???
Thanks
CW
 
Reply With Quote
 
 
 
 
Albert D. Kallal
Guest
Posts: n/a
 
      17th Oct 2006
tools->startup->application name box



--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)


 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      17th Oct 2006
CurrentDb.Properties("AppTitle") = "New Application Title"

The "trick" is that the property doesn't exist unless you've created it,
either by setting the title through Tools | Startup, or using the
CreateProperty method.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"CW" <(E-Mail Removed)> wrote in message
news:6083FE1B-6B85-41E2-9787-(E-Mail Removed)...
>I wanted to call the latest version of my app by a different name so I
>copied
> the mdb and re-named the new file.
> However, when it opens, the old name is still shown in the title bar
> (blue,
> at top of screen). Look as though simply re-naming the filename isn't
> enough?
> I have looked all over the place but cannot see how to change this.
> Somebody, please???
> Thanks
> CW



 
Reply With Quote
 
=?Utf-8?B?Q1c=?=
Guest
Posts: n/a
 
      17th Oct 2006
Duh!! Like so much of this stuff, obvious once somebody tells you!!
Many thanks
Stoopid.

"Douglas J. Steele" wrote:

> CurrentDb.Properties("AppTitle") = "New Application Title"
>
> The "trick" is that the property doesn't exist unless you've created it,
> either by setting the title through Tools | Startup, or using the
> CreateProperty method.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "CW" <(E-Mail Removed)> wrote in message
> news:6083FE1B-6B85-41E2-9787-(E-Mail Removed)...
> >I wanted to call the latest version of my app by a different name so I
> >copied
> > the mdb and re-named the new file.
> > However, when it opens, the old name is still shown in the title bar
> > (blue,
> > at top of screen). Look as though simply re-naming the filename isn't
> > enough?
> > I have looked all over the place but cannot see how to change this.
> > Somebody, please???
> > Thanks
> > CW

>
>
>

 
Reply With Quote
 
=?Utf-8?B?cGFkZHlJRQ==?=
Guest
Posts: n/a
 
      6th Nov 2006
Doug,

Thanks for the tip. I was trying to figure out how to access that property
for my SwitchBoard form and there you were.

eg. Me.Caption = CurrentDb.Properties("AppTitle")

This way if I change my app name during development I don't have to worry
about remembering to change the "caption" value in the SwitchBoard form.

Thanks again

--
Patrick



"Douglas J. Steele" wrote:

> CurrentDb.Properties("AppTitle") = "New Application Title"
>
> The "trick" is that the property doesn't exist unless you've created it,
> either by setting the title through Tools | Startup, or using the
> CreateProperty method.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "CW" <(E-Mail Removed)> wrote in message
> news:6083FE1B-6B85-41E2-9787-(E-Mail Removed)...
> >I wanted to call the latest version of my app by a different name so I
> >copied
> > the mdb and re-named the new file.
> > However, when it opens, the old name is still shown in the title bar
> > (blue,
> > at top of screen). Look as though simply re-naming the filename isn't
> > enough?
> > I have looked all over the place but cannot see how to change this.
> > Somebody, please???
> > Thanks
> > CW

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FP pop ups... can I change the title? MDBJ Microsoft Frontpage 5 13th Mar 2006 08:35 PM
Change the "Click to Add Title/Subtitle" prompt on a Title Master =?Utf-8?B?SmVubmlmZXJMZWU=?= Microsoft Powerpoint 1 28th Jun 2005 06:48 PM
How can you change the IE Title and OE Title in the Registry? Computer Teachers Windows XP New Users 0 13th Mar 2005 11:53 PM
title bar change =?Utf-8?B?RXJpaw==?= Windows XP General 3 13th Dec 2004 05:01 PM
SP2 change in IE Title Bar warp Windows XP General 2 9th Aug 2004 11:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:41 PM.