Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

writing html form using subreports

Status
Not open for further replies.

roby1

Programmer
Jan 24, 2001
1
US
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=&quot;hidden&quot; name=&quot;password1&quot; value=&quot;****&quot;>
<input type=&quot;hidden&quot; name=&quot;user0&quot; value=&quot;****&quot;>

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top