1 Methods
Name | Description |
---|---|
JQRY_INDEX.getColumnValue(colname) | Obtains the current value of a QBE param by the given name. |
JQRY_INDEX.getVariableValue(varname) | Obtains the current value of a QBE variable by the given name. |
JQRY_INDEX.setColumnValue(colname, value) | Set the value of a QBE param for the given name. |
JQRY_INDEX.setVariableValue(varname, value) | Set the value of a QBE variable for the given name. |
getColumnValue(colname) |
---|
Obtains the current value of a QBE param Settings Parameters:
Return:
Example:
Copy
JQRY_INDEX.getColumnValue('ctercero.empcode'); |
getVariableValue(varname) |
---|
Obtains the current value of a QBE variable. Settings Parameters:
Return:
Example:
Copy
JQRY_INDEX.getVariableValue('EJERCI'); |