This is occurring in CE10, customizing rptschedule.csp to use an Oracle date format (MM-DD-YYYY) instead of the odd Date(YYYY,MM,DD) format our users will never accept.
This does work in CE9 very nicely, but I'm not getting the custom code migrated successfully. When the paramter ADD button is clicked, the Crystal code executes document.sform.submit, with rptschedule.csp the target page (self-reloading, in other words). With my full customization I get the error message, "There was an error saving data to the server: One or more arguments are invalid."
I still get this message with the customization limited to the simplest change possible. I have managed to output for comparison the full array of document.sform.elements.value and name pairs and find no difference between the array that breaks and the array that works. I have also demonstrated that the error occurs after the submit and before the next iteration of the page loads.
It would seem that this is a problem at the server, but how can I determine which argument is invalid?
This does work in CE9 very nicely, but I'm not getting the custom code migrated successfully. When the paramter ADD button is clicked, the Crystal code executes document.sform.submit, with rptschedule.csp the target page (self-reloading, in other words). With my full customization I get the error message, "There was an error saving data to the server: One or more arguments are invalid."
I still get this message with the customization limited to the simplest change possible. I have managed to output for comparison the full array of document.sform.elements.value and name pairs and find no difference between the array that breaks and the array that works. I have also demonstrated that the error occurs after the submit and before the next iteration of the page loads.
It would seem that this is a problem at the server, but how can I determine which argument is invalid?