/ Forums / Advansys Formativ / Creating Solutions with Formativ / Filtering Task List / Reply To: Filtering Task List
December 11, 2003 at 3:06 pm
#6810
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.]