Siebel Advisor API Reference > Application File Reference for Siebel Advisor > Files in the pg Directory >

Specifying Which Frame Displays Exception Messages


Because your application can contain any number of frames, you must tell the engine which frame displays exception messages defined for the pageset.

Use the RegisterExceptionFrames function to identify the frame that exception messages for the pageset load into. The syntax of this function is:

RegisterExceptionFrames(frame_name);

where:

frame_name

String identifying the complete path, from the top of the application, to the frame in which exception messages appear.

Sample usage:

RegisterExceptionFrames
("ISS.GetPagesetDisplayArea() + .uidata");

Siebel Advisor API Reference