format mask 999D99 in Oracle Form issue
634672Jan 23 2009 — edited Jan 23 2009I have a textbox in Oracle form, with format 999.99 => means that we can input 0.99 0r 100.00
But now, I want to input only as 100 or 0.99, I don't want any .00 if i type 100.
Just i want 100 as 100 and 100.1 as 100.1 and 100.11 as 100.11. I don't want 100 as 100.00
i have tried format masks like 990D00 , 999.99, B999D99 , B990D00, 990D99, but all the formats is displays input 100 as 100.00, Please let me know which format mask will resolve my issue.