Programming with Reflection

image\rwnprg32.gif WordWrap3270MinimumFieldLength property

 

Syntax

object.WordWrap3270MinimumFieldLength
object.WordWrap3270MinimumFieldLength = Value

Data type

Long

 

Description

Returns (first syntax line) or specifies (second syntax line) the minimum field length required for word wrap in 3270 terminal sessions. If a field is less than this length, text is not wrapped to the next available field, regardless of the current value of the WordWrap3270 property.

This setting affects 3270 session only and is ignored if WordWrap3270 is False.

For example, the following statements configure Reflection to wrap text whenever the text entry field is at least 50 characters long:

Session.WordWrap3270 = True

Session.WordWrap3270MinimumFieldLength = 50

Values

The default value is 40.

The range of values is 10-132.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property