Original User: Joe Barstow
I have created a form with the wizard, not Application Builder. Within the form I have a comment field. You can enter a statement but after so many characters, you can not see the text anymore.
How would one write code for this process to occur? Below are the two lines of code dealing with the comment field/box.
<LABEL name="lblCOMMENT" x="2" y="93" width="60" height="12" tabstop="false" caption="COMMENT"/>
<EDIT name="txtCOMMENT" x="64" y="92" width="60" height="60" tabstop="true" readonly="false" required="false" field="COMMENT"/>