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!

How to use minimum value and maximum value for a number-field in a grid?

Evi MerNov 28 2018

Workspace: FX_WS_1864
App: 246
Page: 8

Hi,

I am struggling around with the mentioned properties of a field. My field has number (3) and I want to force the user not to type in numbers above 999. My first approach was to use the minimum value and the maximum value for this field.

But I got the error applied, saying that I cannot exceed editors maxlength., what is not the case.

I remeber that I have soved a similar problem in a very earlier version of FOEX by adding:

"editor": {"enforceMaxLength":true,"maxLength":3} -- to the additional config

That is working, but when I open the additional config once more, the maxlength was deleted and a 3 appears in a seperate property (screenshot applied). So the forcing of the length must been entered into the additional config, while the restricting to 3 digits can be placed in the properties. (a little bit confusing, but I will have this in mind)

In the min- an max-value I cannot apply a value.

How to use the min-max-value, perhaps I want to restrict data between 10 and 100?

Thanks in advance.

Eveline

This post has been answered by FOEX GmbH on Nov 28 2018
Jump to Answer
Comments
Post Details
Added on Nov 28 2018
2 comments
146 views