Description

When called, will either disable, protect, or "ReadOnly" all appropriate controls.

Syntax

rv = Form_Services("SetWindowReadOnly", Window)

Parameters

ParameterDescription
Window


Remarks

This should be called during the Create event of the window in question.  If additional code enables controls during the Post Read event then additional code will be required.

Version

16.0.18

  • No labels