Function Name | Parameter Name | Valid Input Value | Description![]() |
---|---|---|---|
type |
|||
create_recordset |
|||
report |
An optional name of the infix of the report configuration file (.rep ). It is also included in the name of the produced report file. |
||
cmdParams |
An optional parameters passed to the ODT Reportman. | ||
xls_recordset |
Download XLS file with the records in the current recordset. | ||
xls_sel |
Download XLS file with the selected records. | ||
DisplayBinding_bindEditComponentsRow() |
Initializes the .checks , .labels arrays and the .fields matrix with with references to the widget that represents a single line in the form. The ID fields of the widget are formed using compound names with the following rules Check <prefix> <suff_check> [0..row-1] label <prefix> <suff_label> [0..row-1] field <prefix> <suff_field1> [0..row-1] <suff_field2> [0..col-1] |
||
recordset |
Print all record in the current recordset. | ||
sel |
Print selected records. | ||
printSelected() |
Sets the dataBinding object's where and orderby attributes. Uses printUrl() to obtain the url. At the end passess url and parameters to the window.open(). |