ApplicationPath

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

 

PROPERTY

 

Name: ApplicationPath

DataType: String

Mode: Read / Write

Description: Set or get the application path.

 

Programming Note: The ApplicationPath property is VERY important when using Commando Message Processors because it is one of those public properties that is actually passed all the way down and made available to the CommandoScript (VB Script) project that is actually executed (via the oUTILITIES internal object).  When running a CommandoScript project in the Commando HL7 Workbench the ApplicationPath property is automatically set to be the installation folder of Commando.  When running the project outside of Commando using the EHL7.CommandoProcessor object you have to set this property manually.  Your profiles will NOT validate() or execute unless this property is set to a valid folder.

 

This property is automatically set to the path / folder of the message processor file (.mpp) whenever the OpenRuntimeProfile() function is called.

 

 

See Also: Commando Script Internal Objects