Date validation not working
Good morning,
Date validation is no longer working in web tier generated reports. When
using Fiddler, I can see that the IsDate() function is included in the HTML
source exactly as it appears in rsWebJavaScriptSearchValidation.pas. Even
when I change the IsDate() function to just return false, date auto search
fields still pass (Fiddler again shows that the IsDate() function is exactly
as in rsWebJavaScriptSearchValidation.pas).
Is something changed in the way auto search fields are validated? How can I
make it work again? I'm using RS 10.08.
Thanks in advance,
Mariëlla
Date validation is no longer working in web tier generated reports. When
using Fiddler, I can see that the IsDate() function is included in the HTML
source exactly as it appears in rsWebJavaScriptSearchValidation.pas. Even
when I change the IsDate() function to just return false, date auto search
fields still pass (Fiddler again shows that the IsDate() function is exactly
as in rsWebJavaScriptSearchValidation.pas).
Is something changed in the way auto search fields are validated? How can I
make it work again? I'm using RS 10.08.
Thanks in advance,
Mariëlla
This discussion has been closed.
Comments
For RB 10.x, there were no mods made to date validation that I recall. I
checked the source history and no mods were made to the
rsWebJavaScriptSearchValidation.
For RB 11, the date validation is entirely reworked. There is a Calendar
control that is displayed to the user and internal javascript is different -
it can now accomodate the regional settings of the WebTier machine.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
You say anymore - what version you were you using prior to RB 10.08?
Try updating to RB 10.09 and then perform the same test.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Before 10.08 I've used 10.07.
Kind regards,
Mariëlla
Kind regards,
Mariëlla
I reviewed our source control system - no changes were made to any of the
TrsWebxxxx units. (For all of RB 10.x it is the same code).
I reviewed the list of patches that we made - no patches for any TrsWebxxxx
units.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Do you have any suggestions where I can look at and/or how I can debug this?
I can also send you the HTML output if that might help.
Kind regards,
Mariëlla