- Procedure CaseCommandSave
CaseCommandSave
The procedure CaseCommandSave
executes the same code that is behind
the menu command Data-Save Case in the IDE by default (please note
that you can override items in the Data menu using the options
listed under
Project - Data manager - Using disk files and folders - Data menu overrides
).
If there is no active case yet, this procedure behaves the same as
CaseCommandSaveAs
. Otherwise, the active data is saved to the active
case file.
CaseCommandSave
Return Value
The procedure returns 1 on success, or 0 if the user cancelled the operation in one of the dialog boxes. If any other error occurs, the procedure returns \(-1\) and
CurrentErrorMessage
will contain a proper error message.
Note
This function is only applicable if the project option
Data_Management_style
is set toDisk_files_and_folders
.This function returns 0 if the IDE is not loaded, for example when running the component version of AIMMS, or when running with the command line option
--as-server
.
See also
The procedures CaseCommandLoadAsActive
, CaseCommandLoadIntoActive
, CaseCommandMergeIntoActive
, CaseCommandNew
, CaseCommandSaveAs