Siebel Advisor API Reference > Callout Point Functions for Siebel Advisor >

ORP_DisplayPrice


Usage

ORP_DisplayPrice allows you to write custom code to bypass the entire code for GetPrice. The user is passed the same information, including the price object, that is returned from the server and all the configuration variables.

Syntax

ORP_DisplayPrice(PriceObj, cols, title, body, font, table, close, hPriceWin, 'PriceWin', winAttr)

Argument
Description

PriceObj

The price object.

cols

An array of strings that contain the data to be displayed, in the order they appear in.

title

A string that will display in the pop-up window title area. <TITLE> tag.

body

A string containing the attributes for the <BODY> tag.

font

A string that controls the font display. <FONT> tag.

table

A string that contains attributes for the <TABLE> tag.

close

A string that contains what the optional Close Window link will say.

hPriceWin

Contains the pop-up window's handle so that you can access the same pop-up window that may have been 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 Advisor API Reference