Dear All,
I've used cmfilter() with dbfcdx (Comix/Clipmore) but now I move to
xHb&FWH&ADS. Is the cm....() compatible with ADS? If not, what I gonna use
filter for ADS?
Thanks in advance for any idea and help.
Regards,
Dutch
Gale FORd wrote:Sorry, I sure don't.
*-----------------------------------------*
* Use these function instead of CLIPMORE *
*-----------------------------------------*
Function cmSetFilter( xVal )
return DbSetFilter( {|| &(xVal) }, xVal )
Function cmClrFilter()
return DbClearFilter()
Function cmReFilter( xVal )
local cFilter := (Alias())->(DbFilter())
if !empty( cFilter )
cFilter += '.and.'+xVal
DbClearFilter()
end
return DbSetFilter( {|| &(cFilter) }, cFilter )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 62 guests