Function Name | Parameter Name | Valid Input Value![]() |
Description |
---|---|---|---|
printUrl() |
Joins the input arguments into a valid url string. | ||
type |
|||
keyList |
A list of keys that will be added as a reportlist parameter to the sel or xls_sel options. |
||
report |
Is added as a report parameter to the sel and recordset options. |
||
window.open() | When the window.open makes a request the url is handled by the /opt/masonsql/htdocs/init.comp and /opt/masonsql/htdocs/lib/dbms_library.comp components. Example url: https://my-hostname.com/data/my_app_name/ordini.mql?method=pdf& The window.open parameters determine properties of the newly opened window. Example parameters string: toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable, |
||
create_recordset |
Appends .mql?method=pdf plus a list of parameters. |
||
recordset |
Appends .mql?method=pdf plus a list of parameters. Prints the filtered recordset. |
||
sel |
Appends .mql?method=pdf plus a list of parameters. Prints the current selection. |
||
xls_recordset |
Appends .xls?method=xls plus a list of parameters. |
||
xls_sel |
Appends .xls?method=xls plus a list of parameters. |