Input mask in form
915649Feb 7 2012 — edited Feb 7 2012Hi,
I want to configure a textbox so the user can enter a maximum of 7 numbers (no letters). I went into the item properties and set it to "Number field" and put the input mask to "9999999" but it didn't work. I can run the application but I can enter letters in the textbox and I don't want that.
I also tried to install a plugin call "Masked text" that I found at: <font color=blue>http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-plug-ins-182042.html</font>
When I try to use this format instead of the "Number Field", I get an error "data not found"
Any suggestions?
Charles