1 / 11

ฟอร์มระบบพิมพ์รายงานข้อมูลลูกค้า

ฟอร์มระบบพิมพ์รายงานข้อมูลลูกค้า. 1. 3. 4. 2. 5. 6. 1. เฟรมข้อมูลรายงานลูกค้า. ถัดไป. เฟรมข้อมูลรถยนต์ปรับสีตัวอักษรที่ Forecolor. เมนูหลัก. 2. คลิกปุ่ม Label ใส่ข้อความกรุณาป้อนรหัส. เมนูหลัก. 3. คลิกปุ่ม Textbox. เมนูหลัก. คลิกปุ่ม command Button. 4.

aziza
Download Presentation

ฟอร์มระบบพิมพ์รายงานข้อมูลลูกค้า

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ฟอร์มระบบพิมพ์รายงานข้อมูลลูกค้าฟอร์มระบบพิมพ์รายงานข้อมูลลูกค้า 1 3 4 2 5 6

  2. 1 เฟรมข้อมูลรายงานลูกค้า ถัดไป

  3. เฟรมข้อมูลรถยนต์ปรับสีตัวอักษรที่ Forecolor เมนูหลัก

  4. 2 คลิกปุ่ม Label ใส่ข้อความกรุณาป้อนรหัส เมนูหลัก

  5. 3 คลิกปุ่ม Textbox เมนูหลัก

  6. คลิกปุ่ม command Button 4 Private Sub Command1_Click() Dim Bookmark1 As Variant Dim strCriteria As String If Text1.Text = "" Then MsgBox“กรอกข้อมูลรหัสให้ถูกต้อง" Text1.SetFocus Exit Sub End If strCriteria = "Cus_ID = '" & Text1.Text & "'" With Adodc1 If DataEnvironment1.rscmdCustomer.State = 1 Then DataEnvironment1.rscmdCustomer.Close DataEnvironment1.rscmdCustomer.Open (" Select * from Customer where Cus_ID='" & Text1 & "'") DataReport2.Show End With End Sub เมนูหลัก

  7. คลิกปุ่ม command Button 5 Private Sub Command2_Click() DataReport2.Show End Sub ถัดไป

  8. Datareportรายงานข้อมูลลูกค้าDatareportรายงานข้อมูลลูกค้า เมนูหลัก

  9. คลิกปุ่ม command Button 6 Private Sub Command3_Click() Main.Show Unload Me End Sub เมนูหลัก

  10. 9 ภาคเรียนที่ 2 ปีการศึกษา 2555วิชาการเขียนโปรแกรมบนระบบปฏิบัติการ GUI Source Code โปรแกรม Visual Basic 6.0 ระบบรายงานข้อมูลลูกค้า โดย นางสาวปิลันธณา ผสารพันธ์ 5322010139 นางสาวจิรลัคน์ จันทร์แก้ว 5322010129

More Related