hi vbers, bisa tolong bantu sy gak? sy biasanya memakai sql authentication pada sql server, minggu kemaren spv sy menyuruh mengubah menjadi nt authentication. coding yg sy pake di vb untuk memanggil crystal report adalah sebagai berikut :
crystal.Reset crystal.WindowState = crptMaximized crystal.WindowShowCloseBtn = True crystal.WindowShowPrintSetupBtn = True crystal.WindowShowSearchBtn = True crystal.WindowShowRefreshBtn = True crystal.Connect = "DSN="&<nama server>& ";UID="&<nama user>& ";PWD="&<password user>&";DSQ="&<database> crystal.DataFiles(0) = "Proc(tb_listbayar1)" crystal.ReportFileName = App.Path & "\report\listbayar1.rpt" crystal.ParameterFields(0) = "@kode1;" + txtcatcode1 + ";true" crystal.ParameterFields(1) = "@kode2;" + txtcatcode2 + ";true" crystal.ParameterFields(2) = "@namauser;" + nmuser + ";true" crystal.RetrieveDataFiles crystal.Action = 1 untuk sql authentication coding diatas jalan, sednagkan untuk nt authentic tidak. apa yg musti diubah supaya sy bisa memangil report dari vb? demikian vbers masalah yg sy hadapi. untuk perhatian dan bantunanya saya ucapkan Terima Kasih Regards, Dwiwanto __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/k7folB/TM --------------------------------------------------------------------~-> Untuk keluar dari millis ini, kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmer-VB/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
