I've currently got a piece of generic ASP that allows me to pass a paramter using a sub procedure which is then passed to the parameterfields object. Which is used for displying a report to the users browser immediatly.
Unfortnatly I now need to consider scheduling the report for SMTP. This is therefore using a different report object and parameters seems to work differently. i.e. I can no longer use the parameterfields object.
Does anyone have any simple/generic ASP that allows use of named parameters as the examples proved by business objects are not the most easy to 'hack' or perhaps point me to some other examples.
Thanks.
Unfortnatly I now need to consider scheduling the report for SMTP. This is therefore using a different report object and parameters seems to work differently. i.e. I can no longer use the parameterfields object.
Does anyone have any simple/generic ASP that allows use of named parameters as the examples proved by business objects are not the most easy to 'hack' or perhaps point me to some other examples.
Thanks.