Table of Contents

KVSKBACLLCallAssignedMeasurSub

Procedures

DefPageValues(Boolean) :

Summary: Initializes the page and sets the editability based on the status of the measure.

procedure DefPageValues(isEditable: Boolean): 

Parameters:

  • isEditable: A boolean value indicating whether the page should be editable.

Remarks: This procedure is called when the page is initialized. It sets the editability of the page based on the provided boolean value. If the measure is in a status that allows editing, the page will be editable; otherwise, it will be read-only.