Exclusive reviews and promo records
|
Dim app As New CRAXDRT.Application Dim rpt As CRAXDRT.Report Set rpt = app.OpenReport("C:\report.rpt", 1) ' 1 = open read-only
| File | Purpose | |------|---------| | crpe32.dll | Runtime engine (report processing) | | craxdrt.dll | Automation server (COM interface) | | p2smon.dll | Print-to-screen monitor | | crxf_*.dll | Data export/import formats (PDF, RTF, XLS) | | crqe*.dll | Query engine | crystal reports 8
' Suppress logon dialog rpt.Database.Tables(1).SetLogOnInfo "DSN=MyDB", "user", "pass" Dim app As New CRAXDRT
