Gustav Brock
gustav at cactus.dk
Sat Oct 2 04:58:44 CDT 2004
Hi Charlotte
Thanks. The only problem is that it doesn't work ...
In the debug window:
? Currentdb.Properties("AppTitle").Value
MyTitle
Still, the title of a messagebox:
Msgbox "Test"
is "Microsoft Access" and not "MyTitle".
I have done a title bar refresh and even a relaunch with no luck.
What am I missing?
/gustav
> It picks up the AppTitle property as the default. So if your AppTitle
> isn't set, you get Microsoft Access as the msgbox title unless you
> override it with a title string argument.
> Charlotte Foust
> -----Original Message-----
> From: Gustav Brock [mailto:gustav at cactus.dk]
> Sent: Friday, October 01, 2004 11:42 AM
> To: AccessD at databaseadvisors.com
> Subject: [AccessD] MsgBox, global setting for Title
> Hi all
> Can you somehow set a global string for Title of MsgBox so you don't
> have to set it each and everywhere?
> I faintly recall this can be done ... but how?