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

Send range parameter from asp to craystal

Status
Not open for further replies.

Michali

Programmer
Jul 20, 2003
31
US
I'm trying to call to the crystal report from asp page.
I know that I have to send a different code for every type of parameter (12- for string, 7- for number, and ect..)
I wolud like to know how can I send a range parameter?
(like range of ages - between 10 and 20)
Does it have a special code?
 
Hi

I don't think you can send a page paramter

cheers

pgtek
 
I don't use asp, but through vb, I use the .AddCurrentRange method. Just make sure that your Age parameter is set up to expect a range.

-dave
 
hi

is your parameter set in your report?

pgtek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top