/ Forums / Advansys Formativ / Creating Solutions with Formativ / Set a costum filter / Reply To: Set a costum filter
June 15, 2006 at 5:01 pm
#7639
See the GroupWise Token API (http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html) and Formativ Language Guide for more information about creating filter. Here is an example:
dim hFilter call GroupWise.FilterClear hFilter = GroupWise.FilterCreate(fttEmpty, TRUE) call GroupWise.FilterSetText(hFilter, fldFrom, "Test", matSubText, "","") call GroupWise.FilterApply(hFilter,fatItemList,"")
Regards,
Advansys Support