Develop > Programming > System Language reference > List: rtecalls > rtecall("resetnotebook") function

rtecall("resetnotebook") function

A RAD function that adds an XML attribute "resetnotebook=true" to the "execute" response of the current RAD thread. The Service Manager client will set the active page of a notebook to its first page when this XML attribute is present.

Function

rtecall("resetnotebook");

Format

system.functions.rtecall("resetnotebook", ret, 0);

Parameters

This function has no parameters.

Factors

This function always returns RC_SUCCESS.

Example

var ret = RC_SUCCESS;
system.functions.rtecall("resetnotebook", ret, 0);