SetStoragePath 

Syntax

object.SetStoragePath  sPath

sPath      String specifies the absolute storage path value.

               If sPath = vbNullString all connections of ELS-QB component will be removed.

Description

This method sets the directory path of ELS-QB component storage for the instance of QB-object.

Remarks

SetStoragePath method does not return value.

Example

For Sample of SetStoragePath usage see Sub NewProject() or Sub OpenProject() of the fileOpen module in ELS_QBDemoVB project.