Question_PreLeave

Question_PreLeave is a preevent called by certain methods before the user leaves a question.

Syntax

Question_Pre Leave

Returns

Not applicable

Usage

This preevent is called on the question before the user leaves it by jumping or proceeding (but not by Undo or Backup). This allows question-specific validation to be performed.

Siebel VB Example

Function Question_PreLeave () As Integer

	Script.SetUserParameter "Current Product", GetCurrentValue
	Question_PreLeave = ContinueOperation

End Function