Dear Friend,
I made a small utility to create filter string and use it from a xbrowse
the utility run ok only i have problem to save the filter string on a file
Now I save it on inifile as:
[Filters]
testone=Upper( CODCF ) = Upper( "alfa" )
BUt I'd like to save on a file and use a dialog to call one filter (or modify it) but I not found how create this feature
To create the filter creation utility I initiated from a Nages sample xbrowse array (I found it on samples folder )
I not Know how call the filter saved and insert it on xbrowse table
I use an array type aArray:={ " ", " ", " ", " "}
the first filed to insert the operators -> and or not
the second for the fields
the third for the operators of Relacion ( =<> !#....)
the four space for the value
I wait yours suggestions