slaSaveAndCloseView
slaSaveAndCloseView( [ ?overrideDMg_overrideDM] [ ?autoCheckInNewViewg_autoCheckInNewView] [ ?checkInCommentg_checkInComment] ) => t / nil
Description
Saves the specified view after editing. If a setup library view has been opened with the slaOpenOrCreateView function, the slaSaveAndCloseView function must be invoked after adding or removing components in the setup library assistant to save all the changes in the setupdb. Invoking the slaSaveAndCloseView() function releases or checks in the ADE Verifier license.
Arguments
Value Returned
Examples
The following example saves and closes the open setup library view and checks in or releases the Verifier license.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaSaveAndCloseView()
=> t
Related Topics
Setup Library Assistant Functions
Return to top