_Org_ShowFilter, Org_EnableFilter, Org_ExtentFilter, Org_SetFilter
This function runs the Tools > Enable Filter command.
Description
Org_EnableFilter(
int EnableFilter
);
This function enables or disables the already defined filter in the current datasource.
Description
Org_ExtentFilter( intFilterOperation
, char *FieldName
, intFilterType
, char *FilterValues1
, char *FilterValues2
);
Adds new condition to the filter in Organizer.
Parameters
FilterOperation
Boolean operation between the condition in the new filter and in the active one.
FilterType
Type of the filter. For field types Text, Multiline Text and External Link the parameter can contain following values:
Match from start. | |
Match exact. | |
Match anywhere. | |
Match any word. | |
Match all words. | |
FilterValue is comma separated values of range borders. | |
FilterValue is single value and condition is equal. | |
FilterValue is comma separated values of range borders. | |
FilterValue is single date and condition is equal. | |
FilterValue is single date and number of days before the date, which define range. | |
FilterValue is single date and number of weeks before the date, which define range. | |
FilterValue is single date and number of months before the date, which define range. |
Description
Org_SetFilter( char *FieldName
, intFilterType
, char *FilterValues1
, char *FilterValues2
);
Sets the filtering condition in the Organizer. To add another condition, use the Org_ExtentFilter function.
Parameters
FilterType
Type of the filter.
For field types Text, Multiline Text and External Link the parameter can contain following values: | |
Match from start. | |
Match exact. | |
Match anywhere. | |
Match any word. | |
Match all words. | |
For field types Number and Decimal Number the parameter can contain following values: | |
FilterValue is comma separated values of range borders. | |
FilterValue is single value and condition is equal. | |
For field type Date the parameter can contain following values: | |
FilterValue is comma separated values of range borders. | |
FilterValue is single date and condition is equal. | |
FilterValue is single date and number of days before the date, which define range. | |
FilterValue is single date and number of weeks before the date, which define range. | |
FilterValue is single date and number of months before the date, which define range. | |
For other field types this parameter has no sense. |
This function runs the Tools > Define Filter command.
Description
_Org_ShowFilter();
This function displays the Filter dialog box to enable specify filter for the current datasource images.