In my report that is published on our internal website are some linked subreports. I use forms in my html code. How would I code the hidden form type which would include the password and user name for the subreport. I code the main report the following way:
<input type="hidden" name="password1" value="****">
<input type="hidden" name="user0" value="****">
When I try to pull up this report on the web it keeps asking for the subreports user name and password. How would I include this in the html.
Thanks
<input type="hidden" name="password1" value="****">
<input type="hidden" name="user0" value="****">
When I try to pull up this report on the web it keeps asking for the subreports user name and password. How would I include this in the html.
Thanks