Skip to content

KVSPSASetFilterOnField#

Procedures#

GetFilter(Integer, Text[250], Text[250]) : Text#

Summary: Returns an applicable filter for a specific field.

procedure GetFilter(FieldID: Integer; var FilterStringField: Text[250]; var FilterReadableField: Text[250]): Text

Parameters:

  • FieldID: The ID of the field to get the filter for.
  • FilterStringField: The technical filter string for the field.
  • FilterReadableField: The readable filter string for the field.

Returns: The filter string for the field.

GetFilter(Text[1024], Text[250]) :#

Summary: Returns the current readable and technical filter

procedure GetFilter(var FilterStringField: Text[1024]; var FilterReadableField: Text[250]): 

Parameters:

  • FilterStringField: The technical filter string for the field.
  • FilterReadableField: The readable filter string for the field.

SetTableToFilter(Integer, Text, Integer, Text, Text) :#

Summary: Set the parameter for the Filter Page

procedure SetTableToFilter(SelectedTableNo: Integer; CurrSelectedTableName: Text; FieldIDFilter: Integer; CurrFilterString: Text; CurrFilterStringUserReadable: Text): 

Parameters:

  • SelectedTableNo: The number of the table to filter.
  • CurrSelectedTableName: The name of the table to filter.
  • FieldIDFilter: The ID of the field to filter.
  • CurrFilterString: The technical filter string for the field.
  • CurrFilterStringUserReadable: The readable filter string for the field.