Refresh Control

Kalipso - Form - Actions - Actions Description - Group Controls - Refresh Control

This action refresh the values of a specified control.

Action available for the following operating systems:

Parameters

  • Control <unquoted string> - The name of the control that user wants to refresh.

  • Refresh List <unquoted string> - Defines if the user wants to refresh the list values in the control box. The possible values for this parameter are: Yes, No, If Used, dynamic.

  • Refresh Sub-List <unquoted string> - When using Loopers, defines if the user wants to refresh the lists values in the controls inside the looper. The possible values for this parameter are: Yes, No. This will be applied to Comboboxes, ListBoxes, Radio Buttons, Table Control and Charts.

  • Copy Content <unquoted string> - When using Loopers, defines if the user wants to refresh the lists values in the controls inside the looper by copying the content from the previous Looper Item. This is for performance purposes, so for example a combobox that gets its contents from the database, will only access the database for the first combobox in the looper, the others will copy from the previous combobox. The possible values for this parameter are: Yes, No. This will be applied to Comboboxes, ListBoxes and Radio Buttons.

  • Refresh Mode <unquoted string> - Defines the operating mode of this action. The possible values for this parameter are: Thread Mode, Normal, Redraw Disabled or dynamic.

Last updated