Page 1 of 1

New FWH 16.10

PostPosted: Tue Nov 01, 2016 10:36 am
by Antonio Linares

Re: New FWH 16.10

PostPosted: Wed Nov 02, 2016 12:30 am
by TimStone
Please:

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

Thank you.

Re: New FWH 16.10

PostPosted: Wed Nov 02, 2016 9:05 am
by nageswaragunupudi
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: Select all  Expand view

oBrw:bPastEof := { || (oBrw:cAlias)->(DBFAPPEND()), oBrw:Refresh(), oBrw:GoFirstEditCol() }
 

Re: New FWH 16.10

PostPosted: Wed Nov 02, 2016 3:33 pm
by TimStone
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