Description

Sets the color of edit line and edit box borders and SRP EditTable cells/columns/rows to their default colors.  The default colors will be based on whether these controls are considered required or not by OpenInsight.

Syntax

rv = Form_Services("SetControlThemeColors", Controls, Window)

Parameters

ParameterDescription
Controls

@FM list of controls to be set to their default theme color settings. If this is null then then all controls will be set.

Window

Form whose controls need theme colors. If the Controls argument is populated then this is ignored.

Remarks

SRP EditTable controls might have a specific column or cell position value. These will be appended to the control name with a colon as the delimiter. If it is a cell position then the column value will be first, then a comma, and then the row position:

  • DBW_SAMPLE4.EDT_EDITTABLE:3
  • DBW_SAMPLE5.EDT_EDITTABLE:2,5

Version

16.0.18

  • No labels