Unbreakables
Programmer
Hi,
What I've done is take the test_classic a lite version of eportfolio which you can generate from eportfolio itself.
I did this because I wanted something similar to seagate info 7 so the users weren't scared by the new
interface. Anyhow I have made quiet a few changes to the testclassic version to suit our needs and everything is perfect except for one thing, and that is this schedule.csp. ITs completely different to the
orginial eportfolio one so it doesn't help me too much.
My scenario is I have several old reports that use
stored procedures. Any time I go to schedule a report which is based on a storedprocedure I get null parameters in the history and of course fails because the parameter values equate to null. I have tried debugging the code but it looks identical to scheduling a report that is based on either a view or a table.
I even display the whole rendered html code of schedule.csp just before it submits for scheduling and the values I entered into the parameters are there and are no different when scheduling reports with tables or views.
It doesn't matter what type of parameter it is either.
Any chance you may know what is wrong with this scehdule.csp in test_classic version or if you could have a look at replicating it. I guess the worst part is its quiet complex and its code i've inherited.
BTW- I'm using CE 8.5.
Your help would be greatly appreciated.
Thanks,
Kurt
What I've done is take the test_classic a lite version of eportfolio which you can generate from eportfolio itself.
I did this because I wanted something similar to seagate info 7 so the users weren't scared by the new
interface. Anyhow I have made quiet a few changes to the testclassic version to suit our needs and everything is perfect except for one thing, and that is this schedule.csp. ITs completely different to the
orginial eportfolio one so it doesn't help me too much.
My scenario is I have several old reports that use
stored procedures. Any time I go to schedule a report which is based on a storedprocedure I get null parameters in the history and of course fails because the parameter values equate to null. I have tried debugging the code but it looks identical to scheduling a report that is based on either a view or a table.
I even display the whole rendered html code of schedule.csp just before it submits for scheduling and the values I entered into the parameters are there and are no different when scheduling reports with tables or views.
It doesn't matter what type of parameter it is either.
Any chance you may know what is wrong with this scehdule.csp in test_classic version or if you could have a look at replicating it. I guess the worst part is its quiet complex and its code i've inherited.
BTW- I'm using CE 8.5.
Your help would be greatly appreciated.
Thanks,
Kurt