LoadSettingsFromINI

Object Method - LoadSettingsFromINI()

Parent Object - HL7Vendor

Returns - Boolean


Name: LoadSettingsFromINI(ByVal strIniFileName)

Parameters: 1. strIniFileName (String - full path/filename of INI file)

 

Description: Will set the VendorPath property and (if the VendorID is present in the INI file) open a Vendor Definition from settings in an INI file. If the VendorPath is not a valid folder, the method returns False. If there is a VendorID in the INI file and it does not exist in the VendorPath the method will return False.

 

 

See Also: SaveSettingsToINI