#7639
Support 3
Participant

    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