Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting max length in text field in a report column

CTSOct 23 2012 — edited Oct 23 2012
I have tried everything I can find but I am stumped. I need to set the max allowable characters in a text field to 25. The problem is, the text field is in a report column. I am assuming it will be set in the column attributes section but I don't know the syntax.

I have tried using onFocus and javascript, just maxlength="25", and even tried to limit the actual column size. Whatever I try, the user is still able to add numbers, 80+.

Is there anyway to set this value:

<input name="f08" size="10" maxlength="2000" value="" id="f08_0001" type="text">

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2012
Added on Oct 23 2012
2 comments
809 views