Skip to main content
Known Participant
March 20, 2008
Answered

input box in cf that intakes $ amount and accomodates commas

  • March 20, 2008
  • 2 replies
  • 401 views
The application that I took over crashes when inserting a comma in a input box.
This topic has been closed for replies.
Correct answer Dan_Bracuk
If it were my app, I'd use an input mask and then the commas would simply not be there.

Alternatively, you can strip away all the non numbers on your action page.

2 replies

Dan_BracukCorrect answer
Inspiring
March 21, 2008
If it were my app, I'd use an input mask and then the commas would simply not be there.

Alternatively, you can strip away all the non numbers on your action page.
Participating Frequently
March 20, 2008
Any error msg?