Reputation: 35557
I have a cost field in my Oracle ApEx form where the user may enter an $ amount of say 10000.00 or more or even less.
My question is, how to format mask and validate this value within my ApEx form?
Upvotes: 0
Views: 4755
Reputation: 7028
Don't you just need the settings of the item? For example, when you create or edit an item of type number field, you can set the following (Edit Page Item):
Upvotes: 1