Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
Private Sub cmdIzvestaj_Click()
With crIzvestai
.Reset
.Connect = cnr
.StoredProcParam(0) = rsPrometi.Fields("ID_Promet")
.Formulas(0) = "Naslov=" & "'" & "днмеяем опнлер" & "'"
.Formulas(1) = "DokumentBroj=" & "'" & labDoumentBroj.Caption & "'"
.Formulas(2) = "Data=" & "'" & txtData.Text & "'"
.Formulas(3) = "Korisnik=" & "'" & cboKorisnik.Text & "'"
.Formulas(4) = "PoDokument=" & "'" & txtPoDokument.Text & "'"
.ReportFileName = App.path & "\Reports\" & "rptDonesenPromet.rpt"
.Destination = crptToWindow
.WindowLeft = 0
.WindowTop = 0
.