Hi, I used following formula to select record, but no matter what parameters I input, the report only display the first record in database.
I am using the Crystal Report with VS.Net. This is an ASP.Net(C#) application. A web form is used to input the parameter, than I use Server.Transfer or Response.Redirect(both were tried) to pass the parameters.
These three parameters even could be printed correctly on the report, but simply the report ignore them when query the database and print the report.
{vwCWABSOrderList.Visit_Number} = {?VisitNumber} AND
{vwCWABSOrderList.Office_ID} = {?OfficeID} AND
{vwCWABSOrderList.Member_ID} = {?MemberID}
Any hints will be appreciated.
Thanks!
I am using the Crystal Report with VS.Net. This is an ASP.Net(C#) application. A web form is used to input the parameter, than I use Server.Transfer or Response.Redirect(both were tried) to pass the parameters.
These three parameters even could be printed correctly on the report, but simply the report ignore them when query the database and print the report.
{vwCWABSOrderList.Visit_Number} = {?VisitNumber} AND
{vwCWABSOrderList.Office_ID} = {?OfficeID} AND
{vwCWABSOrderList.Member_ID} = {?MemberID}
Any hints will be appreciated.
Thanks!