Password |
Top Previous Next |
Object: EHL7.CommandoProcessor FileName: EHL7.dll
PROPERTY
Name: Password DataType: String Mode: Read / Write Description: Set or get the validation password.
Programming Note: This property is never loaded / saved with a Commando Message Processor profile. When a message processor profile is exported from the Commando HL7 Workbench, the author may opt to password protect it. If this is done, this password is embedded in the profile and the PasswordRequired property will return true after a profile has been loaded (OpenRuntimeProfile, LoadRuntimeProfile). If a password has been required by the author, then this property must be set to match the embedded password or the profile will not validate and thus will not run. After calling the EHL7Interface.ShowCommandoProfile(<pathfilename>, , True) it will return a fully instantiated CommandoProcessor with the Password property set.
If you don't know the password required to execute a profile, you should contact the author for help.
See Also: ShowCommandoProfile(), Exporting Message Processors In Commando
The export window in Commando (Version 2xx)
|