axlSetOverwriteHistory
axlSetOverwriteHistory(
x_setup
g_overwriteStatus
)
=> t / nil
Description
Enables or disables the Overwrite History check box in the Save Options form for the active setup.
Arguments
|
Enables or disables the Overwrite History check box in the Save Options form for the specified setup. |
Value Returned
Examples
Enables the Overwrite History check box in the Save Options form.
x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=> 2417
axlSetOverwriteHistory(x_activeSetup t)
=> t
axlSetOverwriteHistoryName(x_activeSetup "Interactive.1")
=>"2535"
Return to top