FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Double Click
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
xBrowse Double Click
Posted: Tue Jun 06, 2017 08:47 PM

In my xbrowse programs I often use a double click to trigger an action.

In recent versions of xBrowse, I am noticing that the last row or two displayed on an xBrowse are not responding to a double click. They can be highlighted, and I have a button that will trigger the event, and that works. However, the double click is the desired action. It works fine on all the other rows, but not on the last one. This is usually the last element of the browse itself.

Can this be checked to see if the behavior can be corrected. As I said, it's a relatively new ( last two versions perhaps of FWH ) problem.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Double Click
Posted: Wed Jun 07, 2017 08:20 AM
I tried but could not reproduce the problem.
Here is my test. I request you too try this.
Code (fw): Select all Collapse
XBROWSER "CUSTOMER.DBF" SETUP oBrw:bLDblClick := { || MsgInfo( "double click" ) }
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion