FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour single click on a column
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
single click on a column
Posted: Mon Jun 03, 2024 07:53 AM

For the xBrowse column, there is a method for processing only a double click - :bLDClickData. How can I handle a single click on a column ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: single click on a column
Posted: Mon Jun 03, 2024 08:30 AM

what would you like to do with the single click ?

The single click has a default behavior. How do you want to modify it ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: single click on a column
Posted: Mon Jun 03, 2024 08:39 AM

By a single click on a column, I need to perform certain actions

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: single click on a column
Posted: Mon Jun 03, 2024 08:41 AM

Do you mean at the column header ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: single click on a column
Posted: Mon Jun 03, 2024 08:45 AM

No, an any row on the column

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: single click on a column
Posted: Mon Jun 03, 2024 08:54 AM

Have you tried to use oBrw:bLClicked ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: single click on a column
Posted: Mon Jun 03, 2024 09:04 AM

oBrw:bLClicked doesn't give errors, but it doesn't do anything either

Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: single click on a column
Posted: Mon Jun 03, 2024 09:54 AM

Everything works. Thanks, Antonio!!

Continue the discussion