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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRYSTAL SQL ASP

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I HAVE AN ASP PAGE WITH A VIEW BUTTON.
ON CLICKING I NEED TO PASS A PARAMETER TO CRYSTAL REPORTS(8.5) WHICH WOULD OPEN UP ON A SEPERATE PAGE(ACTIVE X) COULD ANYONE TELL ME HOW TO DO THIS QUICKLY AND EASILY THE PARAMETER IS DATE FROM
PLEASE PROVIDE CODE SNIPPETS ON CODING THE VIEW BUTTON

THANKS IN ADVANCE
 
I Am passing my parameters like this.

<form action=&quot;/directory/filename.rpt?init=java&quot; Method=&quot;POST&quot;>
<input type=&quot;text&quot; name=&quot;prompt0&quot;>
<input type=&quot;text&quot; name=&quot;prompt1&quot;>
<input type=&quot;submit&quot; value=&quot;view&quot;>
</form>

It seems to pass the parameters and was working for awhile except now I have the task of trying to pass a null value.

So I play with it and now, no matter what parameters I pass I get the same report unless i refresh from the cviewer page and type in the parameters directly.

This is to answer your question and get mine out there.

Hope it helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top