SetQuestionEnable

SetQuestionEnable sets the enable state of the current question.

Syntax

SetQuestionEnable(Enabled)

Argument Description

Enabled

A Boolean value that enables (true) or disables (false) a question.

Returns

Not applicable.

Usage

The SetQuestionEnable method sets the enable state of the current question. When the question is enabled, the user can modify the question's answer. If the question is disabled, the question's answer is read-only.

Siebel VB Example

SetQuestionEnable (false)

Siebel eScript Example

SetQuestionEnable (false);