How to enter the maximum number is 20?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
saleh
User
Posts: 470

How to enter the maximum number is 20?

Post by saleh »

I want to enter the maximum number is 20 And accept the fracture

It starts from zero to 20

max number 20

Example 00.00
Example 19.50
Example 20

How do I make a field in a table?


scs
User
Posts: 694

Post by scs »

Set range for the field
min 0 and max 20


saleh
User
Posts: 470

Post by saleh »

scs wrote:

Set range for the field
min 0 and max 20

How is the range determined?


mobhar
User
Posts: 11703

Post by mobhar »

You may define the setting from Fields setup -> Edit Tag pane -> Validation -> Validate, then choose Range, after that, enter 0 to Min and 20 to Max, re-generate ALL the script files, and try again.


saleh
User
Posts: 470

Post by saleh »

Thank you very much


Post Reply