Received: 5/29/01 12:20 pm

Hi, every guru. I have problem with crystal report 8.0 in window 95. Ok. I used VB 5.0 and crystal report developer version. when I put the following code in my vb project, it worked fine in window 98, but not window 95b.

report.storedprocparam(0) = format(FromDate, "yyyy-mm-dd hh:mm:ss.000")
report.storedprocparam(1) = format(ToDate, "yyyy-mm-dd hh:mm:ss.000")
report.action = 1



I used crystal report OCX. And I execute this project in Window 95b, always come up with this error message:

run-time error '-2147417848': automation error


Right now, the project already delayed. Please help me. Thanks.