<render> | ![]() |
| Syntax <Render> | |
| Syntax <Render> Dialog | |
| Syntax <Render> Window | |
| Syntax <Render> Report | |
| Example - Render Dialog | |
| Example - Render Report | |
| Element: render | |
| Parent: function
Description: Declaration of a render function object. Render function objects are used to display/show dialog, window and report function objects. Occurs: 0 or unbound. (i. e Within the <function> element the <render> element can occur zero or many times.) | |
| Attribute: AM_function_id | |
| Description: Unique alphanumeric indentifier of this script function object.
Value Type: string Value: user defined Occurs: 1 (i.e required) | |
| Element: dialog_id | |
| Parent: render
Description: Identifier of the dialog view object to be rendered. Value Type: string (parameter) Value : user defined Occurs: 0 or 1 | |
| Element: window_id | |
| Parent: render
Description: Identifier of the window view object to be rendered. Value Type: string (parameter) Value : user defined Occurs: 0 or 1 | |
| Element: report_id | |
| Parent: render
Description: Identifier of the report view object to be rendered either directly to the printer or to the screen as a part of a print preview. Value Type: string (parameter) Value : user defined Occurs: 0 or 1 | |
| Attribute: print_mode | |
| Description: Unique alphanumeric indentifier of this script function object.
Value Type: enumeration Value: print_direct - print the report directly to the default printer. print_prompt - displays the "Print" dialog. print_preview - print preview the report. Occurs: 1 (i.e required) | |
top
