IniFileName

Top  Previous  Next

Object: EHL7.EHL7Processor

FileName: EHL7.dll

 

PROPERTY

 

Name: IniFileName

DataType: String

Mode: Read/Write

Description: Return/Set the file name for the processing profile.

 

Example:

Dim x As New EHL7.EHL7Processor

x.IniFileName = "C:\EasyHL7\Profile1.ini"

If Not x.OpenProfile() Then

  Msgbox x.LastError

  Set x = Nothing

  Exit Sub

End If

x.ProcessProfile

If x.IsError Then

MsgBox "There's something wrong with this profile. " & x.LastError

Set x = Nothing

Exit Sub

End If

 

 

 

See Also: OpenProfile(), SaveProfile(), ShowProfiles()

 

Example of an INI file contents for a processing profile