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!

strange error report calling from asp.net....please

Status
Not open for further replies.

msdotnet

Programmer
Jun 13, 2002
4
US
hi guyes,

Iam so strange about this syntax problem in asp.net calling crystal report from aspx page

dim strdate as datetime
strdate = selectdate

rpt1.selectionformula = "{table1.personid}=" & personid & "and {table1.mydate}='" & strdate.Tostring("yyyy.M.d.hh.mm.ss") & "'"

in the above code its showing an error like

error in formula and date-time is required..

Please help me to getout from this error...
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top