Validation Warnings for Text Boxes Associated with Tables

The AtcgReplayApp application can return a warning instead of an error if a control is a text box that has the value of the automaticCellControl property set to true.

When a TextBox control has the automaticCellControl property set to true, the Table control with which it is associated can update the text in the text box. This is done by the presentation client, and it is not always under the control of ATCG. If the associated table does update the text in a text box, validation may fail.

Enable the return of a validation warning instead of an error if the automaticCellControl property of a TextBox control is set to true, by specifying the following parameter with a value of true in the [ATCG] section of the JADE initialization file. The default value is true, but setting the value of the ValNoWarningsOverride parameter to true disables the warnings for text boxes associated with tables.

[ATCG]
ValAutoControlWarningOnly=true

The ValAutoControlWarningOnly parameter is ignored if the ValNoWarningsOverride parameter is not set to false.