--- In [email protected], johan toni <[EMAIL PROTECTED]> wrote: > > dear all, > > saya mau nanya nih, gmana ya cetak crystal report 8 dengan database MS.Access yang di Password > > misal pass nya ='123' > > ini coding saya > > With CRT1 > .ReportFileName = App.Path & "/RekapAbsensi.rpt" > .ParameterFields(0) = "dtgl; date(" & Format(DTP1, "YYYY,mm,dd") & ");true" > .ParameterFields(1) = "STgl; date(" & Format(DTP2, "YYYY,mm,dd") & ");true" > .ReportTitle = "Dari Tanggal : " & Format(DTP1.Value, "dd mmm yyyy") & _ > " S/D. " & Format(DTP2.Value, "dd mmm yyyy") > .WindowState = crptMaximized > .RetrieveDataFiles > .PrintReport > End With > > > > thx,b4 > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > [Non-text portions of this message have been removed] > sedikit mo kasih sedikit solusi. coba kasih CRT1.Connect="PWD=123"
