DavidAKoontz
Programmer
Hi all,
I am a Java programmer - I got this ReportNet SDK droped on my desk, and was asked to write a facde service to the ReportNet server. My service will receive XML request and then call the ReportNet SDK to run a report get the results and send it back to the caller.
I've got all this working but now the details need help. When I pass a date as a parameter to the report it doesn't work. I get back a prompt for the date. Apparently ReportNet doesn't understand that I tried to give it a date in the parameter, perhaps it want's some other date format.
I've tried several '10/14/2004' 'Feb 14 2004' etc, but there not working.
How do I pass a date via a parameter in the SDK?
What format is expected?
Are there data types associated with parameters?
Is this info in a manual anywhere (I've looked)?
Thanks for the help
David
I am a Java programmer - I got this ReportNet SDK droped on my desk, and was asked to write a facde service to the ReportNet server. My service will receive XML request and then call the ReportNet SDK to run a report get the results and send it back to the caller.
I've got all this working but now the details need help. When I pass a date as a parameter to the report it doesn't work. I get back a prompt for the date. Apparently ReportNet doesn't understand that I tried to give it a date in the parameter, perhaps it want's some other date format.
I've tried several '10/14/2004' 'Feb 14 2004' etc, but there not working.
How do I pass a date via a parameter in the SDK?
What format is expected?
Are there data types associated with parameters?
Is this info in a manual anywhere (I've looked)?
Thanks for the help
David