index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Feb 27 2006, 9:23 AM |
| ||||||
aldegn![]() ![]() since: Feb 3, 2006 from: United Kingdom | Hi, Is there a way to display the parameters entered before accessing the report? I mean, if I have a user defined parameter of 'From date' for example, how can I get it to display in the screen so that I know what the report corresponds to?( when you later filter the results in the screen the filters display fine.) | ||||||
Feb 27 2006, 1:05 PM |
| ||||||
ghost![]() ![]() ![]() from: Washington, DC | You can dow that from ASP by writing out the paramters i.e. Response.Write(Request("ParameterName")) ------------------------- Ghost | ||||||
Feb 28 2006, 1:56 AM |
| ||||||
aldegn![]() ![]() since: Feb 3, 2006 from: United Kingdom | So there isn't a general flag to display all parameters entered. Do I then have to code for each report and parameter? | ||||||
Pages: (1) [1] |