Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 2nd, 2003, 03:26 AM
Registered User
 
Join Date: Jul 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to pass crystal report parameters through aspx

hai,

i 'm using crystal reports which is built in .net framework.i'm
getting problem in generating reports between two particular dates.my
requirement is as follows

i need to put two text boxes on an aspx page where i can input two
dates and on button click event it should display the report between
that
dates.

i need the code behind modification which i have to do for the button
click event

also need the formula which i have to use in crystal report and also
how i can pass the input parameters to crystal report.

i would prefer to get the date from a calender how can i do this

i want to expose this report as a web service .i need to pass the dates
as parameters from client's aspx page and should get the result from
the web service

how can i do these things

I am send the paramenters through query strings like below

window.open('reports/rptAAbyRecruiter.rpt?Prompt0='+ document.r1f3.fromdate.value + '&Prompt1='+ document.r1f3.todate.value + '&user0=sa&password0=&user0@CompanyLogo=sa&passwor d0@CompanyLogo=','','scrollbars=no,width=780,heigh t=580,resizable=0');






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to pass parameter to a crystal report using c# preetakrish BOOK: Professional Crystal Reports for VS.NET 16 November 19th, 2009 05:26 AM
Crystal Report with Parameters inoonjiffry Crystal Reports 0 September 7th, 2008 06:25 AM
How to pass parameters to MS Access report murtazasif Access VBA 1 November 2nd, 2007 06:42 AM
how to pass parameters in Crystal to subreports vayrapetov BOOK: Professional Crystal Reports for VS.NET 0 November 1st, 2007 09:37 AM
unable to pass parameters to crystal report ukumawat Crystal Reports 1 May 6th, 2006 09:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.