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.