*PLBWINO104MODE (SETMODE)
PLBWIN, 9.6D
*PLBWINO104MODE={value}
The *PLBWINO104MODE control specifies the runtime behavior mode value that controls O104 errors for EDITTEXT, EDITNUMBER, and RICHEDITTEXT objects. The expected mode values are:
|
Value |
Meaning |
|
0 |
This is the default runtime value where an O104 error is generated when the font character height is larger than an EDITTEXT, EDITNUMBER, or RICHEDITTEXT rectangle height. |
|
1 |
This mode value causes the runtime to ignore all O104 errors that occur because the font character height is larger than an EDITTEXT, EDITNUMBER, or RICHEDITTEXT rectangle height. |
|
2 |
This mode value causes the runtime to automatically resize the height of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object during an object CREATE operation when the font character height is larger than an EDITTEXT, EDITNUMBER, or RICHEDITTEXT rectangle height. The automatic resizing in this case only occurs if an O104 error is ignored. |
|
3 |
This mode value causes the runtime to automatically resize the height of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object during an object CREATE operation when the font character height is larger than an EDITTEXT, EDITNUMBER, or RICHEDITTEXT rectangle height. The automatic resizing in this case always occurs when the font height is too larger for the allowed objects including object creation of PLF forms. |
See Also: List Controls (SETMODE), SETMODE
![]() |