Results 1 to 2 of 2

Thread: [RESOLVED] Application Title

  1. #1

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Resolved [RESOLVED] Application Title

    Hi..

    Please check this code..
    VB Code:
    1. Dim prpnew As Property
    2. Set prpnew = CurrentDb.CreateProperty("AppTitle", dbDate, Date)
    3. CurrentDb.Properties.Append prpnew
    4. RefreshTitleBar

    Wasn't this changes my Application title to todays date...???

    If i want like that means...what i have to do??

    Hope u got my problem...Please help me in this regard..
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  2. #2
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Re: [RESOLVED] Application Title

    I'm no pro at this, but I hope this item from the HelpHeap helps:
    Code:
        Set dbs = CurrentDb
        ' Change title bar.
        dbs.Properties!AppTitle = "Contacts Database"
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width