axlGetOverwriteHistory
axlGetOverwriteHistory(
x_history
)
=> t / nil
Description
Returns a Boolean value specifying the status of the Overwrite History check box in the Save Options form for the active setup.
Arguments
Value Returned
Examples
Returns a boolean value specifying the status of the Overwrite History check box in the Save Options form.
x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=> 2417
axlGetOverwriteHistory(x_activeSetup)
=> t
axlGetOverwriteHistoryName(x_activeSetup)
=> "Next History Run"
Return to top