single click on a column

Post Reply
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

single click on a column

Post by Natter »

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 ?
User avatar
Antonio Linares
Site Admin
Posts: 42268
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: single click on a column

Post by Antonio Linares »

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
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: single click on a column

Post by Natter »

By a single click on a column, I need to perform certain actions
User avatar
Antonio Linares
Site Admin
Posts: 42268
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: single click on a column

Post by Antonio Linares »

Do you mean at the column header ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: single click on a column

Post by Natter »

No, an any row on the column
User avatar
Antonio Linares
Site Admin
Posts: 42268
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: single click on a column

Post by Antonio Linares »

Have you tried to use oBrw:bLClicked ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: single click on a column

Post by Natter »

oBrw:bLClicked doesn't give errors, but it doesn't do anything either
Natter
Posts: 1226
Joined: Mon May 14, 2007 9:49 am

Re: single click on a column

Post by Natter »

Everything works. Thanks, Antonio!!
Post Reply