[AccessD] Application Title Bar

Rocky Smolin at Beach Access Software rockysmolin at bchacc.com
Fri Jul 18 11:35:36 CDT 2008


Is there a way to make the app title totally blank?
 


Rocky Smolin
Beach Access Software
858-259-4334
www.e-z-mrp.com
www.bchacc.com
 
 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark A Matte
Sent: Friday, July 18, 2008 9:28 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Application Title Bar


This method is from an A97 app I had.  

What ever you want to read in the title bar...put on the forms caption
property...then in the forms OnActivate event use the following:

  Dim intX As Integer

  intX = AddAppProperty("AppTitle", dbText, Me.Caption)
  
  RefreshTitleBar



This should get you the effect you are looking for.

Let me know if you have any questions.

Thanks,

Mark A. Matte



> From: rockysmolin at bchacc.com
> To: accessd at databaseadvisors.com
> Date: Fri, 18 Jul 2008 09:16:15 -0700
> Subject: Re: [AccessD] Application Title Bar
>
> Seems no way around it. If it's blank it displays the form name. If 
> not blank, displays whatever you put in there. If a single space you 
> get that [ ].
>
> You can go with db.Properties!AppTitle=" " but even there you're going 
> to get the [ ]. And db.Properties!AppTitle="" give an error because 
> the property can't be null.
>
> What do you want the app title to read? I usually put the name of the 
> application up there with the current version and date setting it in 
> the Startup dialog box.
>
>
>
>
> Rocky Smolin
> Beach Access Software
> 858-259-4334
> www.e-z-mrp.com
> www.bchacc.com
>
>
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Tony Septav
> Sent: Friday, July 18, 2008 7:43 AM
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] Application Title Bar
>
> Hey Rocky
> And do what? If you blank it out, then it displays in the application 
> titlebar AppName - [] or AppName - [FormName . Form] Thanks
>
> Rocky Smolin at Beach Access Software wrote:
>
>>Use the Caption property in the Format tab Form's property box.
>>
>>
>>Rocky Smolin
>>Beach Access Software
>>858-259-4334
>>www.e-z-mrp.com
>>www.bchacc.com
>>
>>
>>
>>-----Original Message-----
>>From: accessd-bounces at databaseadvisors.com
>>[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Tony Septav
>>Sent: Friday, July 18, 2008 5:29 AM
>>To: Access Developers discussion and problem solving
>>Subject: [AccessD] Application Title Bar
>>
>>Hey All
>>Is there way to remove a form's name from the application titlebar 
>>when it is maximized. I just want the application name to appear, not 
>>AppName
>>- [FormName].
>>Thanks
>>--
>>AccessD mailing list
>>AccessD at databaseadvisors.com
>>http://databaseadvisors.com/mailman/listinfo/accessd
>>Website: http://www.databaseadvisors.com
>>
>>
>>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com

_________________________________________________________________
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL
_Refresh_messenger_video_072008
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list