Browse Filter Problem
Publicado: Vie Dic 25, 2015 8:03 am
I am using Sqlite and MySql Datasource.
How to Set filter on Numeric Columns in Browse ?
My following code seems to be not working :
:oBrowSch:lFilterBar := .T.
::oBrowSch:aCols[4]:cFilter := ::oItemName:cText
::oBrowSch:aCols[6]:cFilter := LTrim(Str(::oPkgQty:cText)) // Numeric Column
After giving above commands, it does show in filter bar and is not working.
Should I give any other command to make it work ?
TIA
Milan.
How to Set filter on Numeric Columns in Browse ?
My following code seems to be not working :
:oBrowSch:lFilterBar := .T.
::oBrowSch:aCols[4]:cFilter := ::oItemName:cText
::oBrowSch:aCols[6]:cFilter := LTrim(Str(::oPkgQty:cText)) // Numeric Column
After giving above commands, it does show in filter bar and is not working.
Should I give any other command to make it work ?
TIA
Milan.