Results 1 to 6 of 6
  1. #1
    rash2020 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    2

    ControlTipText

    Please need a help all description in database in Attach Files





    Thanx 2All

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    I changed textbox Text4 to Plain Text format then it works.

    Or
    Me.Com2.ControlTipText = Replace(Replace(Me.Text4, "<DIV>", ""), "</DIV>", "")
    This works because there weren't any other rich text codes, they would all have to be stripped from the string.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    rash2020 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    2
    Quote Originally Posted by June7 View Post
    I changed textbox Text4 to Plain Text format then it works.

    Or
    Me.Com2.ControlTipText = Replace(Replace(Me.Text4, "<DIV>", ""), "</DIV>", "")
    This works because there weren't any other rich text codes, they would all have to be stripped from the string.

    thank...but what i mean that is possible to use rich text in ControlTipText ??

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    By my testing, would appear not.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Maybe this link will help: http://www.lebans.com/tooltip.htm

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    I tried Lebans example project.

    In Access2010 the code fails 'Object variable or With block variable not set'
    I never used custom classes so don't know how to fix this.

    It runs great in Access2007 but the Memo fields and textboxes are all Plain Text format.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums