Hi dude,
I from Brazil too and sharing the same problem. We are working with ASP and now we have to display reports using Cristal. Here is a piece of code that maybe can help.
If Not IsObject (session("oApp")) Then
Set session("oApp") = Server.CreateObject ("Crystal.CRPE.Application")
End If
If IsObject(session("oRpt")) then
Set session("oRpt") = nothing
End if
Set session("oRpt") = session("oApp").OpenReport(c:...\myreport.rpt, 1)
Good Luck.
Ricardo.
Phoenix,Arizona
USA.