Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Mary Jo Sminkey / Mary Jo Sminkey (Mary Jo Sminkey)
Created: 04/18/2012
Components: Language
Versions: 9.0.1
Failure Type:
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server
Vote Count: 15
Duplicate ID: CF-3712010
Problem Description: If you run isValid("integer") it allows commas and currency symbols to pass. This causes errors if for instance, you try to pass the value to a database.
Steps to Reproduce: Some values that will pass: 123,,123 or $123,123
Actual Result: TRUE
Expected Result: FALSE
Any Workarounds: You have to use ReReplace() or Val() to sanitize the values due to these characters being allowed. Better would be to have a true validation for integer, or a way to configure what it allows.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3169196
External Customer Info:
External Company:
External Customer Name: MaryJo
External Customer Email:
External Test Config: My Hardware and Environment details: N/A
Attachments:
Comments: