In addition to the normal sort tabs I would like to allow a user to be able to further Filter the Browse List conditionally.
Filter example: YEAR(CUS:RecordDate)=YEAR(TODAY())
... to enable optional viewing of current records only.
ie. A variable say named 'BrowseFilter' that has two radio options named ( ) All Records and ( ) Current Only displayed on the browse for conditional filtering by the user.
I note commands such as SetFilter, AddSortOrder but I do not understand how to implement them or if they can be at which embeded point(s).
There does not appear to be anything in the Clarion example apps so I was wondering if this is possible?
Clarification on this would be greatly appreciated.
Filter example: YEAR(CUS:RecordDate)=YEAR(TODAY())
... to enable optional viewing of current records only.
ie. A variable say named 'BrowseFilter' that has two radio options named ( ) All Records and ( ) Current Only displayed on the browse for conditional filtering by the user.
I note commands such as SetFilter, AddSortOrder but I do not understand how to implement them or if they can be at which embeded point(s).
There does not appear to be anything in the Clarion example apps so I was wondering if this is possible?
Clarification on this would be greatly appreciated.