Consultor Eletrônico



Kbase P167569: How to limit the amount of text entered into an UltraTextEditor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/06/2010
Status: Unverified

GOAL:

How to limit the amount of text entered into an UltraTextEditor

GOAL:

How to limit the number of characters a user can enter into an UltraTextEditor control

GOAL:

How not to allow the user to enter too many lines into an UltraTextEditor

FACT(s) (Environment):

Windows
OpenEdge 10.2x

FIX:

The amount of text that can be entered into an UltraTextEditor control can be limited by setting the MaxLength property. The value of MaxLength corresponds to the number of characters that can be entered. There is no property of the UltraTextEditor that limits input by the number of lines.