FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XBROWSER Logical edit
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
XBROWSER Logical edit
Posted: Wed May 10, 2017 10:37 PM
I have the following code implemented:

Code (fw): Select all Collapse
      XBROWSER oHff TITLE "Recomended Parts Order Editor" ;
      COLUMNS "PARTNU", "PARTDE", "ORDSUG", "ORDQUN", "DOORDR" ;
      AUTOSORT FASTEDIT


The last field is a logical, and properly displays a checkbox. However, double clicking on a checkbox, except for the first one, will not display a check box. Instead, if I double click on the box, for example, of the 3rd record, the highlight jumps back to the first record.

How do I fix this ?

Tim
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: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: XBROWSER Logical edit
Posted: Thu May 11, 2017 03:01 PM

Still wondering if perhaps I haven't used the proper syntax here ... I would expect checkboxes to work. This is built with the latest FWH

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: XBROWSER Logical edit
Posted: Thu May 11, 2017 03:09 PM

I can only test with DBFCDX / DBFNTX or any other datasource
Everywhere it works perfectly
There is no way I can replicate your exact situation like ADS + TData and so I am wondering.

PS:
Mr Tim
I would request you to copy the DBF to a different folder, create the same index and directly browse the DBF with the same command as above.

Case 1: If you still have problem then kindly send dbf and cdx to any of us by mail and we shall try to find solution for this.
Case 2: If this works correctly, then we shall all explore together why is it behaving differently in your environment.

Regards



G. N. Rao.

Hyderabad, India
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: XBROWSER Logical edit
Posted: Thu May 11, 2017 03:32 PM

Sorry about that. I was experiencing it when remoted into a client's computer. I just double checked on my computer and it works fine here. I'll have to pass that to him.

Tim

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

Continue the discussion