Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Incremental seek/filter functionality depends on the underlying datasource's seek capabilities.
If you are using Dolphin, the limitations are due to oQry:Seek( .. ) method.
If you are using FWMARIADB, you should be able to use incremental seeks with date and numeric fields also.
Solutions:
1) Improve oQry:Seek method for your neeeds.
2) Set oCol:cSortOrder of date and numeric columns to nil. In that case these columns are not sorted
3) Modify dolphinseek() function in xbrowse to return .f. when the sorted field is numeric or date
4) Use FWHMariaDB