InfoConnect for Airlines VBA Guide
DbcsUserDefinedCharacterSource Property
Gets or sets whether user-defined character fonts are located on the host (HostImages) or on the PC (PCEndUserDefinedImages).
Syntax
Object.DbcsUserDefinedCharacterSource As DbcsUserDefinedCharacterSourceOption
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This property is applicable to 5250 sessions only. The default is HostImages.
See Also