Results 1 to 3 of 3
  1. #1
    dweekley is offline Advanced Beginner
    Windows XP Access 2002 (version 10.0)
    Join Date
    May 2010
    Posts
    52

    Select ALL on Double Click

    I have been trying to get the DblClick to work for highlighting ALL. On Click works, but kinda of a PITA.



    When double clicking only a portion is selected.

    \\SERVER\Customer Drawings\9989 - TEST - TEST

    using

    If Len(Dwg_File_Loc & "") = 0 Then Exit Sub
    Me.Dwg_File_Loc.SelStart = 0
    Me.Dwg_File_Loc.SelLength = Len(Dwg_File_Loc)

    TIA

  2. #2
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    Code:
    If Len(Dwg_File_Loc & "") = 0 Then Exit Sub
    Me.Dwg_File_Loc.SelStart = 0
    Me.Dwg_File_Loc.SelLength = Len(Dwg_File_Loc)
    Cancel = True
    Cancel the default behavior for the mouse double click (selection of text that is bound by spaces).
    Last edited by Micron; 05-07-2017 at 09:51 AM. Reason: clarification
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    dweekley is offline Advanced Beginner
    Windows XP Access 2002 (version 10.0)
    Join Date
    May 2010
    Posts
    52
    Thank you much.

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

Similar Threads

  1. Replies: 7
    Last Post: 11-29-2015, 07:24 AM
  2. Double Click Listbox
    By HelpDesk in forum Access
    Replies: 12
    Last Post: 06-29-2015, 10:38 AM
  3. Replies: 12
    Last Post: 07-11-2014, 01:54 PM
  4. double click to open
    By spleewars in forum Programming
    Replies: 7
    Last Post: 05-22-2012, 11:52 AM
  5. On Double Click go to Subform
    By Theremin_Ohio in forum Access
    Replies: 2
    Last Post: 03-30-2011, 08:03 AM

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