Siebel Interactive Designer API Reference > Callout Point Functions >

ORP_DisplayPriceString


Usage

ORP_DisplayPriceString allows you to write custom code to bypass the entire code for GetPrice. This function allows you to override the final display of the data.

At the end of the this function, you must return the handle of the window that was opened. This function is useful if you want to override the default behavior of opening a pop-up window for displaying the price.

Syntax

ORP_DisplayPriceString(PriceObj, s, hPriceWin, `PriceWin', winAttr)

Argument
Description
PriceObj
The price object.
s
A string containing the entire HTML output for the pop-up window. This includes everything from <HTML> to </HTML> that gets assembled through the standard code or through the callout point.
hPriceWin
Contains the pop-up window's handle so that you can access the same pop-up window that was opened previously.
`PriceWin'
A string that indicates the name of the pop-up window. Note that this is a string and not a variable.
winAttr
A string containing the window attributes for the pop-up window.


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003