++++ รบกวน ฝากทีค่ะ ไม่เข้าใจว่าค่า"1" คืออะไรค่ะ ทำไมถึงเป็น1 private void bttPrint_Click(object sender, EventArgs e) { try { FrmReport report = new FrmReport(); report.WindowState = FormWindowState.Normal; FrmReport f = new FrmReport("pertax",tPOID.Text,"1"); f.ShowDialog(); } catch { MessageBox.Show("ไม่สามารถออกรายงานได้ !!!", "ผลการทำงาน", MessageBoxButtons.OK, MessageBoxIcon.Information); } Addid(); bttPrint.Enabled = false; bttAdd.Enabled = false; ClearAllText(); } // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ที่ FrmReport private void ShowReport(String Rpt) { ShowReport(Rpt, null, null); } private void ShowReport(String Rpt, String Num, String Num2) { if (Rpt == "pertax") { if (Rpt == "pertax") { //## ชื่อ Report CrystalReport1 pt = new CrystalReport1(); ConnectionInfo Con = new ConnectionInfo(); Con.IntegratedSecurity = true; Con.DatabaseName = "C:\\PROJECT FOOD.mdb";// ชื่อ database TableLogOnInfo TInfo = new TableLogOnInfo(); foreach (Table T in pt.Database.Tables) { TInfo = T.LogOnInfo; TInfo.ConnectionInfo = Con; T.ApplyLogOnInfo(TInfo); } crystalReportViewer1.SelectionFormula = "{TbPurchase_Detail.PO_ID}= '" + Num + "'"; crystalReportViewer1.ReportSource = pt; } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง