#6810
Support 1
Participant

    I recommend you look at Examples of Valid Filter Expressions. Unfortunately, Novell’s filter reference Filter Expression Syntax is not very helpful.

    The filter for all tasks is:

      iFilter = "(TASK)"

    The filter for all uncompleted tasks is:

      iFilter = "(TASK AND NOT COMPLETED)"

    You can display tasks in one of the following user interfaces:

    • a Formativ dialog (use a ListBoxControl, TabListBoxControl or StringGridControl);
    • a HTML dialog, for which you build the HTML dynamically;
    • a HTML portal, for which you build the HTML dynamically.

    I hope this helps.

    Advansys Support

    [This message was edited by Support 3 on December 11, 2003 at 03:15 PM.]