Description
This event is fired once a project a loaded.
Syntax
Private Sub object_Open(Project, Storage)
The Open Event syntax has these parts:
|
| object | A McProjects object. | | Project | A McProject object. The project being loaded.
| | Storage | A Variant value. Variant embedded IStorage from where the project is loaded.
|
Remarks
This is a convenient place to put initialization commands for a project, such as displaying forms. This event is fired each time the project is opened, even if the project is already loaded.
|