I sent all sources to Antonio upload on downlist folder
Tfilter class
FileManager
and two samples
It is easy to undestand it .
oFilter:= TFilter():New(aCampos,aTitulos,aTipos, cDbf,oGrid,lNew,cSection)
oFilter:Dialog()
oFilter:Activate()
cFilter := oFilter:SetFilter()
IF ! Empty( cFilter)
SET FILTER TO &cFilter
(cDbf)->( dbGoTop() )
oGrid:refresh()
Endif
function to build filters
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: function to build filters
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: function to build filters
Thank You Silvio!!!
I wait for the sources!!!!
I wait for the sources!!!!
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: function to build filters
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC