Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a query filter or a query build range to the dialog form.
Syntax
protected Set addRangeAndFilterToDialog(
SysDictField sysDictField,
str value,
Set fieldNameEnabledSet,
DialogGroup dialogGroupTable,
int curRangeFields,
[int tableId])
Run On
Called
Parameters
- sysDictField
Type: SysDictField Class
The field corresponding the filter or range.
- value
Type: str
The value of the filter or range.
- fieldNameEnabledSet
Type: Set Class
The set of enabled fields.
- dialogGroupTable
Type: DialogGroup Class
The group control in the dialog which contains the filter or range.
- curRangeFields
Type: int
The number of ranges/filters processed so far.
- tableId
Type: int
The table indentifier.
Return Value
Type: Set Class
The number of ranges/filters processed so far.