Predmet:Re: vb6 ,Cristal report 8.5
Perobaj ovako napisati:
Private Sub Command1_Click()
With CrystalReport
.ReportFileName = GetAppPath() & "NARACKARA.rpt"
.DataFiles(0) = GetAppPath() & "BazaRN.mdb"
.Password = ""
.Destination = crptToWindow
.Action = 1 ' 1 = "Run the Report"
End With
End Sub
Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.