FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 16.10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 16.10
Posted: Tue Nov 01, 2016 10:36 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: New FWH 16.10
Posted: Wed Nov 02, 2016 12:30 AM

Please:

1) Define "clausule"
2) Provide info on the new Xbrowse function mentioned in the list of what is new

Thank you.

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: New FWH 16.10
Posted: Wed Nov 02, 2016 09:05 AM
1) Define "clausule"

May please be read as "clause"

2) Provide info on the new Xbrowse function mentioned in the list of what is new

* XBrowse:
New Method GoFirstEditCol()

Just like GoLeftMost() takes the cursor to the first column on a row, the new method GoFirstEditCol() takes the cursor to the first editable column of the row.

Examples usage:
Code (fw): Select all Collapse
oBrw:bPastEof := { || (oBrw:cAlias)->(DBFAPPEND()), oBrw:Refresh(), oBrw:GoFirstEditCol() }
Regards



G. N. Rao.

Hyderabad, India
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: New FWH 16.10
Posted: Wed Nov 02, 2016 03:33 PM

In the past we talked about combining the first row GET with an incremental search in xBrowse. You were going to study that.

Currently, we can click on the header of an xbrowse to select the column to use for an incremental search. However, we cannot see the keys typed in. We discussed how to add a field outside of the browse to show that input.

Then you added the first row GET capability, but the two don't work together. The suggestion was to click on a column for the incremental search, and when the user started typing, the keys entered would show up in the first row GET field.

This is still a desirable feature if you can implement it.

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