I want to set a limit on the number of digits in the VALUE field

__ __2
Tera Expert

I created a table in application scope and added a VALUE field. The type is a floating point number.
Is it possible to set the maximum number of digits that can be entered to 14?

1 ACCEPTED SOLUTION

Please follow these steps.

Right click on your field label and select configure Dictionary

find_real_file.png

If you dont have the field on the form it can be different view you are seeing you can change a view but I am not sure thats the problem here So

Right click on header select Configure > form layout 

find_real_file.png

Then find Max length field in available bos and bring it to selected and save the form and than go to form and set the length

find_real_file.png


***Mark Correct or Helpful if it helps.***

View solution in original post

5 REPLIES 5

Yousaf
Giga Sage

Hi,

Please set Max lenth in dictionary. If that doesn't work you can use Client script for max length validation.

find_real_file.png

 

Mark Correct or Helpful if it helps.


***Mark Correct or Helpful if it helps.***

Hi.

How can the Max length field be displayed?
I checked the dictionary but could not find the Max length field.

Please follow these steps.

Right click on your field label and select configure Dictionary

find_real_file.png

If you dont have the field on the form it can be different view you are seeing you can change a view but I am not sure thats the problem here So

Right click on header select Configure > form layout 

find_real_file.png

Then find Max length field in available bos and bring it to selected and save the form and than go to form and set the length

find_real_file.png


***Mark Correct or Helpful if it helps.***

The Max length field appeared and setting the maximum number of digits worked fine.
Thank you.