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!

Passing a parameter from ASP to CR 8.5?

Status
Not open for further replies.
Oct 11, 2006
300
US
Hi,

I pass 3 parameters to the CR 8.5

PostDate which equates to ?Post Date
EmpID which equates to ?EmpID
Family which equates to ?Family Selection.

Family parameters is not passing through. I can see Post Date and EmpID going through.

If I right click on the ?Family Selection, Edit Field Object ->Click on the Set Default Values Button ->

I can see that instead of values from the picklist on the left hand side, I instead see a set of default values in the right hand side which I guess were imported from the DB pick list.

Now my question is, is my parameter not passing because of the way this paramter has been set up in Crystal?

Any ideas?
 
I can see that these values are hardcoded. Spelling and case matches with my DB pick list in the ASP page.

In the ASP side, I pass the parameter like this:

Set MyParam3 = session("Param").Item(3)
MyNewParamValue3 = strFamily
Call MyParam3.SetCurrentValue(CStr(MyNewParamValue3), 12)

Any ideas why it is not passing?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top