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

Crystal and the WEB

Status
Not open for further replies.

rishi145

Programmer
Jul 12, 2001
6
GB
i need to pass a date parameter(FROMDATE) from ASP to CRYSTAL now i cant seem to pass the date. So what i did is to convert the PARAMETER to a STRING.
The Problem is that in the REPORT the i am pulling records from SQL SERVER 7 and there is a datetime field matching the (FROMDATE)PARAMETER.SO
FROMDATE(string datatype)= date(datetime datatype )

HOW DO I DO A CONVERT in THE REPORT SELECTION.
PLEASE GIVE EXAMPLE CODE.

i am using SQL AS BACKEND
CRYSTAL 8.5
ASP
IIS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top