See also
Declaration: OpenProject(strPath as String,bDiscardCurrent as Boolean,bDialog as Boolean)
Parameters
strPath
Path and file name of the project to open. Can be empty if bDialog is true.
bDiscardCurrent
Discard currently open project and possible lose changes.
bDialog
Show dialogs for user input.
Return Value
none
Description
OpenProject opens an existing project.
If there is already a project open that has been modified and bDiscardCurrent is false, OpenProject() fails.
Previous
Top
Next