Description

This event is fired once a project a loaded.

Syntax

Private Sub object_Open(Project, Storage)

The Open Event syntax has these parts:

PartDescription
objectA McProjects object.
ProjectA McProject object.

The project being loaded.

StorageA 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.