InfoConnect for Airlines VBA Guide
WordWrap5250 Property
Gets or sets a value indicating whether text is truncated at the end of the current field or wrapped to the next available field, and whether the host controls this behavior.
Syntax
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 only applies to 5250 sessions.
  • Text wraps to the next available field as controlled by the host. (The default.)
  • Text wraps to the next available field as controlled by InfoConnect.
  • Text does not wrap to the next available field. Instead, it is truncated at the end of the current field.
See Also