Click or drag to resize

IProjectAutoSaveOnFlush Property

Should the model save on flush cache?

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
bool AutoSaveOnFlush { get; set; }

Property Value

Type: Boolean
Examples
VB
Set soDB = CreateObject("SuperOffice.Application")

Set myProject = soDB.CurrentProject
myProject.AutoSaveOnChangeIdentity = True
myProject.AutoSaveOnFlush = True
myProject.Name = myProject.Description.Name & " autosave performed"
MsgBox "If you now move another project or click shift+F5 the new description will be saved."
See Also