ActionSaveView
DescriptionSaves the current view to a local .oxv file.
Exampleswith Cube1
 Call setValue("DirNameSave", "c:\cubes\")
 Call setValue("FileNameSave", "view.oxv")
 call .doAction("SaveView")
end with
Example ExplanationSaves the cube view to the view.oxv file.
Exampleswith Cube1
 Call setValue("FileNameSave", "")
 call .doAction("SaveView")
end with
Example ExplanationForces the save view dialog to appear and asks for a file name. This is the same as action SaveViewAs.
See also
SetValueSets a cube variable value.
OpenViewOpen a previously saved view.
OpenWWWDirOpen a previously saved view from a web address.
NotesIf you can save your file inside a web server, that file can be open from its URL directly.