Share via


RunBaseDialogModifyDs_RU.addRangeAndFilterToDialog Method [AX 2012]

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

  • 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.

See Also

Reference

RunBaseDialogModifyDs_RU Class