Hi,
I have one more problem in accessing crystal reports, when i try to access a crystal report its giving me a runtime error saying that "Bad date format string" in one formula. Actually in that formula the following code is written
if not isnull({@rMajDateOfPrice}) then
if Year (Date({@rMajDateOfPrice})) = 1941 then
1
else
0
rMajDateOfPrice is actually a nvarchar field in database, thats the reason i am converting to date and then getting the year
Any suggestions for this.....
Thanks in advance
Regards
Manikandan
I have one more problem in accessing crystal reports, when i try to access a crystal report its giving me a runtime error saying that "Bad date format string" in one formula. Actually in that formula the following code is written
if not isnull({@rMajDateOfPrice}) then
if Year (Date({@rMajDateOfPrice})) = 1941 then
1
else
0
rMajDateOfPrice is actually a nvarchar field in database, thats the reason i am converting to date and then getting the year
Any suggestions for this.....
Thanks in advance
Regards
Manikandan