ไม่ใช้ Database นะครับ พอจะได้หรือไม่ครับ
ผมว่าจะลองสร้างตัวแปรแบบ Public shared แล้วเอาตัวแปรนั้นใส่ textbox.text แล้วมาใส่ให้กับcrystal report พอจะทำได้ไหมครับ
อันนี้โค้ดผมครับ
Private Sub CrystalReportViewer2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer2.Load
Dim txtValue As String = Form1.VarName1
Dim myReport As New CrystalReport2
myReport.SetParameterValue("Orderer_Name", txtValue)
End Sub
ถามเรื่องการนำข้อมูลที่อยู่ใน Textbox มาใส่ใน CrystalReport ครับ
ผมว่าจะลองสร้างตัวแปรแบบ Public shared แล้วเอาตัวแปรนั้นใส่ textbox.text แล้วมาใส่ให้กับcrystal report พอจะทำได้ไหมครับ
อันนี้โค้ดผมครับ
Private Sub CrystalReportViewer2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer2.Load
Dim txtValue As String = Form1.VarName1
Dim myReport As New CrystalReport2
myReport.SetParameterValue("Orderer_Name", txtValue)
End Sub