Nages...
oDbDato:SetFilter("nombre like '%NAME LASTNAME%'") does not work.
Only oDbDato:SetFilter("nombre like '%LASTNAME%'") works, each time a space is in the filter, it does not work.
Any tip or advice
From Chile Adolfo
oDbDato:SetFilter(" 'LASTNAME' $ nombre ")
oDbDato:SetFilter("nombre=?",{"ADO"} )
oDbDato:ReFilter( {"SMITH"} )
Adolfo wrote:Nages...
oDbDato:SetFilter("nombre like '%NAME LASTNAME%'") does not work.
Only oDbDato:SetFilter("nombre like '%LASTNAME%'") works, each time a space is in the filter, it does not work.
Any tip or advice
From Chile Adolfo
oDbDato:SetFilter("'NAME LASTNAME' $ UPPER( nombre )")
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 40 guests