cliSave
cliSave(
d_cellViewID
)
=> t / nil
Description
Saves the changes made to the specified cellview. This function is equivalent to the dbSave function but can handle both Concurrent Layout and non-Concurrent Layout cellviews.
Arguments
Value Returned
Examples
cliSave(cvId)
=> t
Related Topics
Return to top