Appxweb Meta
Home > Developer > Objects > render


meta - AML object declaration extension - AML object declaration package - AML object declaration data - AML object declaration function - AML object declaration view - AML object declaration scalar - AML object declaration array - AML object declaration pointer - AML object declaration script - AML object declaration call_script - AML object declaration render - AML object declaration navigate - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<render>

Figure: Object Chart (render Object Highlighted)
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