Using the old tSBrowse, I could use the following code to set the order for the browse. Then with the browse displayed, I could simply start typing to get the database to reposition ... no field was necessary.
This is the last step I need to accomplish to convert to xBrowse. My question is how can I do an incremental search for a displayed browse in xBrowse without having to provide an actual input box ?
Here is all I have to do in tsBrowse:
oBrw:nColOrder := 0
oBrw:aColumns[1]:cOrder := "einnum" // Part number
oBrw:SetOrder(1)
If I was working on the values in column 2, I would just set that value.
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
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