Attachmate.Reflection.Objects.Emulation.IbmHosts Library > IbmTerminal Object : WordWrap3270 Property |
Object.WordWrap3270 As Boolean
When Word Wrap is False (the default) and text exceeds the current field length, InfoConnect attempts to enter it into the next available field. If that field is protected, the text is truncated at the end of the unprotected field and the terminal enters reset mode.
When WordWrap3270 is True, text is wrapped to the next field, provided the following conditions are met:
Exception | Description |
---|---|
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. |
Sub SetWordWrap() ThisIbmTerminal.WordWrap3270 = True ThisIbmTerminal.WordWrap3270MinimumFieldLength = 50 End Sub