how to use set filter....
i have a code in set filter but in the presence on the table..
LPARAMETERS tcFieldName, tcSearchText
SET FILTER TO && clear any previous filters
SET FILTER TO ALLTRIM(UPPER(&tcFieldName)) = ALLTRIM(UPPER("&tcSearchText"))
GO top
thisform.refresh()
i want to use set filter without the table...thanx..
zhed
i have a code in set filter but in the presence on the table..
LPARAMETERS tcFieldName, tcSearchText
SET FILTER TO && clear any previous filters
SET FILTER TO ALLTRIM(UPPER(&tcFieldName)) = ALLTRIM(UPPER("&tcSearchText"))
GO top
thisform.refresh()
i want to use set filter without the table...thanx..
zhed