Kamis, 09 Maret 2017

Re: Re: [MS_AccessPros] Turn Off Form Caption?

 

Is that possible to turn off the the title bar as well? 

Best Regards,
Kevin


qingqinga@yahoo.com
 
Date: 2017-03-09 16:46
Subject: Re: [MS_AccessPros] Turn Off Form Caption?
 

I typically (but not always) test before I post and I was worried about the same question you are posing.


I set a form timer interval to 5000 and added this code:


Private Sub Form_Timer()
    Me.Caption = " "
    Me.TimerInterval = 0
End Sub


It worked as expected at leasted in tabbed forms.


Regards,

Duane



From: MS_Access_Professionals@yahoogroups.com <MS_Access_Professionals@yahoogroups.com> on behalf of John Viescas JohnV@msn.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com>
Sent: Thursday, March 9, 2017 2:04 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: Re: [MS_AccessPros] Turn Off Form Caption?
 


Duane-

Does that work?  In most cases in Access when you assign a single blank to text, you end up with Null, which would cause Access to display the default title - the form name.  I'll have to boot up my Access machine and try it.

John Viescas, author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Office Access 2010 Inside Out
Microsoft Office Access 2007 Inside Out
Building Access Applications

www.viescas.com
Welcome to the home of John Viescas Consulting. If you're at all interested in Microsoft Access or SQL Server, this is the place to be! Check out the book ...



On Mar 9, 2017, at 08:59, Duane Hookom duanehookom@hotmail.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:

Kevin,

If you really want the caption "clear of any text" then try:


    Me.Caption = " "


Regards,

Duane Hookom

Switzerland





From: MS_Access_Professionals@yahoogroups.com <MS_Access_Professionals@yahoogroups.com> on behalf of Domenico Cozzolino domcoz@gmail.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com>
Sent: Thursday, March 9, 2017 1:37 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: Re: [MS_AccessPros] Turn Off Form Caption?
 


Hi

In the Form_Load() Event 

put 

Me.Caption = "bla bla"

Ciao Domenico

2017-03-09 3:30 GMT+01:00 'qingqinga@yahoo.com' qingqinga@yahoo.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com>:
 

Dear All-
Is that possible to turn off the Form Caption and the orignal form name? I want the first form after logon to be clear of any text on the top. Is it possible? Thanks in advance.
Best Regards,
Kevin







__._,_.___

Posted by: "qingqinga@yahoo.com" <qingqinga@yahoo.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (10)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar