axlSetAllParametersDisabled
axlSetAllParametersDisabled(x_mainSDBg_enableStatus) => t / nil
Description
Sets the status of the Parameters check box in the Data View assistant pane in ADE Explorer and ADE Assembler.
Arguments
Value Returned
Examples
The following example disables the usage of parameters in the setup. This implies that it clears the Parameters check box in the Data View pane.
s1 = (axlGetWindowSession)
=> "session1"
x_mainSDB=axlGetMainSetupDB( s1 )
=> 1001
axlSetAllParametersDisabled(x_mainSDB 0) t
Related Topics
Return to top