BioloMICS logo
×
BioloMICS menu

Save all modified fields of a record.

 
          Record.Save(False)
 
WARNING: there is nothing saved in the history table when calling Record.Save().
 
So no Undo or Redo operation is accessible after this call.
 
If you need Undo/Redo access, call Run.SaveRecord(Record) instead.
 
See SaveRecord Method to find an example on how to save the current record with Undo/Redo access.
 
Note also that Record.Save() is much faster than Run.SaveRecord(Record).