The CalendarFilters subform has allowances for filtering by category… How can I access that functionality through the Lotus Notes client?
Thanks.
Bill
FilterType Field Forumula:
FilterText := "Filtering calendar by ";
xxFilter := @If(Filter = “Chair”;“Chair”;
Filter = "Type";"Type";
Filter = "Status";"Status";
Filter = "Category";"Category";"");
FilterText + xxFilter
CalendarFilters form in design view: