LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub

Size: px
Start display at page:

Download "LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub"

Transcription

1 LISTING PROGRAM 1. Form Login Private Sub BATAL_Click() End Sub Bersih() USERNAME.Text = "" PASSWORD.Text = "" Private Sub Form_Load() Bersih Private Sub OK_Click() Sql = "select*from tbl_login where username='" & USERNAME.Text & "'" Set rs = OPENREC(Sql) If rs.recordcount = 0 Then MsgBox "Password Tidak Ditemukan",, "Login" Bersih USERNAME.SetFocus If PASSWORD.Text = rs!password And USERNAME.Text = rs!username Then FrmMenuUtama.Show MsgBox "Password Salah..!",, "Login" Bersih

2 47 USERNAME.SetFocus Private Sub password_keypress(keyascii As Integer) If KeyAscii = 13 Then Call OK_Click Private Sub USERNAME_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then If USERNAME.Text = "" Then "User" MsgBox "Masukkan Nama!", vbinformation, USERNAME.SetFocus Exit Sub PASSWORD.SetFocus Private Sub Password_GotFocus() USERNAME_KeyPress Form Menu Utama Private Sub CdmDosen_Click() FrmInpDosen.Show

3 48 Private Sub CmdDosen1_Click() cfile = "Rptdosen.rpt" ctitle = "Laporan Data Dosen" With FrmMenuUtama.report.WindowState = crptmaximized.windowtitle = ctitle p = Len(App.Path) q = Left(App.Path, p - 7).ReportFileName = q + "Laporan\" + cfile.retrievedatafiles.action = 1 End With Private Sub CmdKel_Click() End Private Sub CmdKelas_Click() FrmInpKelas.Show Private Sub CmdKelas1_Click() With FrmMenuUtama.report.WindowState = crptmaximized.windowtitle = ctitle p = Len(App.Path) q = Left(App.Path, p - 7).ReportFileName = q + "Laporan\" + cfile End With

4 49 Private Sub CmdMatakuliah_Click() FrmInpMatakuliah.Show Private Sub CmdMatakuliah1_Click() With FrmMenuUtama.report.WindowState = crptmaximized.windowtitle = ctitle p = Len(App.Path) q = Left(App.Path, p - 7).ReportFileName = q + "Laporan\" + cfile.action = 1 End With Private Sub cmdruangan_click() FrmInpRuangan.Show Private Sub MDIForm_Load() Private Sub mnpenjadwalan_click() FrmEditJadwal.Show Private Sub sss_click()

5 50 cfile = "Rptjadwal.rpt" ctitle = "Laporan Penjadwalan" With FrmMenuUtama.report.WindowState = crptmaximized p = Len(App.Path) q = Left(App.Path, p - 7) End With Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) Select Case Button.Index Case 1 Case 2 Case 3 Case 4 Case 5 End Select FrmInpKelas.Show FrmInpMatakuliah.Show FrmInpRuangan.Show FrmInpDosen.Show FrmEditJadwal.Show Private Sub Toolbar1_ButtonMenuClick(ByVal ButtonMenu As MSComctlLib.ButtonMenu) Select Case ButtonMenu.Text Case "Lap. Data Dosen" CmdDosen1_Click Case "Lap. Data Kelas"

6 51 CmdKelas1_Click Case "Lap. Data Mata Kuliah" CmdMatakuliah1_Click Case "Lap. Data Penjadwalan" sss_click End Select 3. Form Data Kelas Private Sub Form_Load() Sub isitahun() x = Format(Now, "yyyy") For i = 1990 To x TahunAjaran.AddItem i & "/" & i + 1 Next i Sub isisemester() For i = 1 To 8 Semester.AddItem i Next i Sub hapus() Call ClearFORM(Me) Call isitahun Call isisemester

7 52 Private Sub cmdproses_click(index As Integer) Select Case Index Case 0 Case 1 <> "" Then If Me.KELAS.Text <> "" And Me.Semester.Text If CmdProses(1).Caption = "&Simpan" Then MsgBox "Data kelas ( " & Me.KELAS.Text & " ) telah berhasil Tersimpan!", vbinformation, "Data kelas" Call prosesdb(0) MsgBox "Data kelas ( " & Me.KELAS.Text & " ) telah berhasil Ter-Update!", vbinformation, "Data kelas" Call prosesdb(1) MsgBox "Data kelas Belum Lengkap!", vbinformation, "Data kelas" Case 2 x = MsgBox("Yakin Data kelas ( " & Me.KELAS.Text & " ) akan dihapus?", vbquestion + vbyesno, "Hapus Data kelas") If x = vbyes Then prosesdb (2)

8 53 Case 3 Case 4 Unload Me Exit Sub End Select Private Sub Kelas_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then MsgBox "Isikan terlebih dahulu kelas kelas!", vbcritical, "Data kelas Sql = "select*from kelas where kelas='" & Me.KELAS.Text & "'" Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then Call Tampilkelas True) Call RubahCMD(Me, False, True, True, CmdProses(1).Caption = "&Edit " x = Me.KELAS.Text Me.KELAS.Text = x True) Call RubahCMD(Me, False, True, False, CmdProses(1).Caption = "&Simpan"

9 54 Sub Tampilkelas() Set rs = OPENREC(Sql) End With Select Case Log Case 0 Sql = "INSERT INTO kelas(kelas,tahunajaran,semester)" & _ "values('" & Me.KELAS.Text & _ "','" & Me.TahunAjaran.Text & _ "','" & Me.Semester.Text & "')" Case 1 Sql = "UPDATE kelas SET TahunAjaran='" & Me.TahunAjaran.Text & "'," & _ "Semester='" & Me.Semester.Text & "'" & _ "Where kelas='" & Me.KELAS.Text & "'" Case 2 Sql = "DELETE FROM kelas WHERE kelas='" & Me.KELAS.Text & "'" End Select Db.Execute Sql, adcmdtable

10 55 Private Sub TahunAjaran_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Call cmdproses_click(1) 4. Form Mata Kuliah Private Sub Form_Load() Sub isisks() SKS.AddItem 2 SKS.AddItem 3 Sub hapus() Call ClearFORM(Me) Call isisks Call isisemester Private Sub cmdproses_click(index As Integer) Select Case Index Case 0 Case 1 If Me.NamaMataKuliah.Text <> "" And Me.SKS.Text <> "" And Me.Semester.Text <> "" Then If CmdProses(1).Caption = "&Simpan"

11 56 Call prosesdb(0) MsgBox "Data Matakuliah ( " & Me.KodeMataKuliah.Text & " ) telah berhasil Ter-Update!", vbinformation, "Data Matakuliah" Call prosesdb(1) MsgBox "Data Matakuliah Belum Lengkap!", vbinformation, "Data Matakuliah" Case 2 x = MsgBox("Yakin Data Matakuliah ( " & Me.KodeMataKuliah.Text & " ) akan dihapus?", vbquestion + vbyesno, "Hapus Data Matakuliah") If x = vbyes Then prosesdb (2) Case 3 Case 4 Unload Me Exit Sub End Select Sub TampilMatakuliah()

12 57 Set rs = OPENREC(Sql) With rs Me.NamaMataKuliah.Text =!NMK Me.SKS.Text =!SKS Me.Semester.Text =!Semester End With Private Sub KodeMataKuliah_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then If Me.KodeMataKuliah.Text = "" Then MsgBox "Isikan terlebih dahulu kelas kelas!", vbcritical, "Data Matakuliah" Me.KodeMataKuliah.SetFocus Sql = "select*from matakuliah where KMK='" & Me.KodeMataKuliah.Text & "'" Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then Call TampilMatakuliah True) Call RubahCMD(Me, False, True, True, CmdProses(1).Caption = "&Edit " Me.KodeMataKuliah.Enabled = False x = Me.KodeMataKuliah.Text Me.KodeMataKuliah.Text = x True) Call RubahCMD(Me, False, True, False, CmdProses(1).Caption = "&Simpan"

13 58 Private Sub NamaMataKuliah_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Private Sub Semester_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Call cmdproses_click(1) 5. Form Ruangan Dim x As String Private Sub Form_Load() Sub hapus() Call ClearFORM(Me) Me.Adodc1.Refresh Private Sub cmdproses_click(index As Integer) Select Case Index Case 0

14 59 Case 1 If RUANGAN.Text <> "" Then If CmdProses(1).Caption = "&Simpan" Then MsgBox "Data ruangan ( " & RUANGAN.Text & " ) telah berhasil Tersimpan!", vbinformation, "Data ruangan" Case 2 x = MsgBox("Yakin Data ruangan ( " & RUANGAN.Text & " ) akan dihapus?", vbquestion + vbyesno, "Hapus Data ruangan") If x = vbyes Then prosesdb (2) Case 3 Case 4 Unload Me Exit Sub End Select RUANGAN.SetFocus Private Sub ruangan_keypress(keyascii As Integer) If KeyAscii = 13 Then If RUANGAN.Text = "" Then

15 60 MsgBox "Isikan terlebih dahulu data Ruangan!", vbcritical, "Data Ruangan" RUANGAN.SetFocus Sql = "select*from Truangan where ruangan='" & RUANGAN.Text & "'" Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then MsgBox "Data Ruangan Telah Ada", vbinformation, "Data Ruangan" True) Call RubahCMD(Me, False, True, True, CmdProses(1).Caption = "&Edit " x = RUANGAN.Text CmdProses(1).Caption = "&Simpan" Sub prosesdb(log As Byte) Select Case Log Case 0 Sql = "INSERT INTO truangan(ruangan) values('" & RUANGAN.Text & "')" Case 1 & x & "'" Sql = "DELETE FROM truangan WHERE ruangan='" Db.Execute Sql, adcmdtable prosesdb (0) Exit Sub Case 2

16 61 Sql = "DELETE FROM truangan WHERE ruangan='" & RUANGAN.Text & "'" End Select Db.Execute Sql, adcmdtable RUANGAN.SetFocus 6. Form Data Dosen Private Sub Form_Load() listdosen Sub listdosen() kriteria.additem "NIDN" kriteria.additem "NamaDOsen" kriteria.additem "Jkelamin" kriteria.additem "Alamat" kriteria.additem "Telepon" Sub hapus() Call ClearFORM(Me) NIDN.Enabled = True Adodc1.Refresh ListJenisKelamin Private Sub cmdproses_click(index As Integer)

17 62 Select Case Index Case 0 Case 1 If NamaDosen.Text <> "" And JenisKelamin.Text <> "" And Alamat.Text <> "" And Telepon.Text <> "" Then Call prosesdb(0) MsgBox "Data Dosen dengan NIDN ( " & NIDN.Text & " ) telah berhasil Ter-Update!", vbinformation, "Data Dosen" Call prosesdb(1) MsgBox "Data Dosen Belum Lengkap!", vbinformation, "Data Dosen" NamaDosen.SetFocus Case 2 x = MsgBox("Yakin Data Dosen dengan NIDN( " & NIDN.Text & " ) akan dihapus?", vbquestion + vbyesno, "Hapus Data Dosen") If x = vbyes Then prosesdb (2) Case 3 Case 4

18 63 Unload Me Exit Sub End Select NIDN.SetFocus Sub TampilDosen() Set rs = OPENREC(Sql) With rs End With NamaDosen.Text =!NamaDosen JenisKelamin.Text =!Jkelamin Alamat.Text =!Alamat Telepon =!Telepon Sub prosesdb(log As Byte) Select Case Log Case 0 Sql = "INSERT INTO Dosen(NIDN,namaDosen,Jkelamin,alamat,telepon)" & _ "values('" & NIDN.Text & _ "','" & NamaDosen.Text & _ "','" & JenisKelamin.Text & _ "','" & Alamat.Text & _ "','" & Telepon.Text & "')" Case 1 Sql = "UPDATE Dosen SET namadosen='" & NamaDosen.Text & "'," & _ "Jkelamin='" & JenisKelamin.Text & "'," & _

19 64 "alamat='" & Alamat.Text & "'," & _ "telepon='" & Telepon.Text & "'" & _ "Where NIDN='" & NIDN.Text & "'" Case 2 Sql = "DELETE FROM Dosen WHERE NIDN='" & NIDN.Text & "'" End Select Db.Execute Sql, adcmdtable NIDN.SetFocus 7. Form Edit Jadwal Private Sub Form_Load() Sub hapus() Call ClearFORM(Me) kmk.enabled = True Adodc1.Refresh Private Sub cmdproses_click(index As Integer) Select Case Index Case 0

20 65 Case 1 'If HARI.Text <> "" And Semester.Text <> "" And kmk.text <> "" And Me.NamaMataKuliah.Text <> "" And Me.SKS.Text <> "" And Me.KELAS.Text <> "" And NIDN.Text <> "" And RUANGAN.Text <> "" Then Call prosesdb(0) MsgBox "Data Jadwal dengan Kode ( " & kmk.text & " ) telah berhasil Ter-Update!", vbinformation, "Data Jadwal" ' Call prosesdb(1) ' MsgBox "Data Dosen Belum Lengkap!", vbinformation, "Data Jadwal" ' HARI.SetFocus ' Case 2 x = MsgBox("Yakin Data Jadwal dengan kode( " & kmk.text & " ) akan dihapus?", vbquestion + vbyesno, "Hapus Data Jadwal") If x = vbyes Then prosesdb (2) Case 3 Case 4 Unload Me

21 66 Exit Sub End Select kmk.setfocus Private Sub kmk_click() KMK_KeyPress 13 Private Sub KMK_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then MsgBox "Data Telah tersedia!" Sql = "SELECT editjadwal.idrow,editjadwal.hari,editjadwal.semester,edit jadwal.kmk,editjadwal.sks," & _ "editjadwal.kelas,editjadwal.nidn,editjadwal.ruangan,edit jadwal.jammasuk,editjadwal.jamkeluar,matakuliah.nmk,dosen.namadosen From kelas,editjadwal,matakuliah,dosen " & Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then idrow.text = rs!idrow Me.NamaMataKuliah.Text = rs!nmk Me.SKS.Text = rs!sks Me.KELAS.Text = rs!kelas NIDN.Text = rs!nidn Me.NamaDosen.Text = rs!namadosen Me.RUANGAN.Text = rs!ruangan True, True) Call RubahCMD(Me, False, True,

22 67 CmdProses(1).Caption = "&Edit " isikan Jadwal!" MsgBox "Data belum tersedia, silahkan Sql2 = "select *from matakuliah where kmk='" & kmk.text & "'" Set rs = OPENREC(Sql2) If rs.recordcount <> 0 Then False, True) Call RubahCMD(Me, False, True, CmdProses(1).Caption = "&Simpan" tersedia!" MsgBox "Matakuliah tidak Sub Tampilmatakul() Set rs = OPENREC(Sql2) With rs Me.idrow.Text =!idrow Me.NamaMataKuliah.Text =!NMK Me.NamaDosen.Text =!NamaDosen Me.RUANGAN.Text =!RUANGAN End With

23 68 Sub prosesdb(log As Byte) Select Case Log Case 0 Sql = "INSERT INTO editjadwal(idrow,hari,semester,kmk,sks,kelas,nidn,ruangan,jammasuk,jamkeluar)" & _ "values('" & idrow.text & _ "','" & HARI.Text & _ "','" & SEM.Text & _ "','" & kmk.text & _ "','" & SKS.Text & _ "','" & KELAS.Text & _ "','" & NIDN.Text & _ "','" & RUANGAN.Text & _ "','" & Format(jammasuk.Value, "hh:mm") & _ "')" "','" & Format(jamkeluar.Value, "hh:mm") & Case 1 MsgBox Sql Sql = "DELETE FROM editjadwal WHERE kmk='" & kmk.text & "' and semester='" & SEM.Text & "' and hari='" & HARI.Text & "'" Case 2 Db.Execute Sql, adcmdtable prosesdb (0) Exit Sub Sql = "DELETE FROM editjadwal WHERE kmk='" & kmk.text & "' and semester='" & SEM.Text & "' and hari='" & HARI.Text & "'" End Select

24 69 Db.Execute Sql, adcmdtable kmk.setfocus Sub Listhari() HARI.AddItem "Senin" HARI.AddItem "Selasa" HARI.AddItem "Rabu" HARI.AddItem "Kamis" HARI.AddItem "Jumat" HARI.AddItem "Sabtu" Sub ListSem() For i = 1 To 8 SEM.AddItem i Next i Private Sub NIDN_Click() NIDN_KeyPress 13 Private Sub NIDN_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then 'Cek data di Database Sql = "select* from dosen where nidn='" & NIDN.Text & "'"

25 70 Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then NamaDosen.Text = rs!namadosen Private Sub SEM_Click() kmk.clear Sql = "select * from matakuliah where semester='" & SEM.Text & "'" Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then rs.movefirst KELAS.Clear Sql2 = "select * from kelas where semester='" & SEM.Text & "'" Set rs = OPENREC(Sql2) If rs.recordcount <> 0 Then rs.movefirst Do While Not rs.eof Loop Sub listnidn() NIDN.Clear Me.KELAS.AddItem rs!kelas rs.movenext Sql = "select * from dosen"

26 71 Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then rs.movefirst Do While Not rs.eof Me.NIDN.AddItem rs!nidn rs.movenext Loop Sub listruangan() RUANGAN.Clear Sql = "select * from truangan" Set rs = OPENREC(Sql) If rs.recordcount <> 0 Then rs.movefirst Do While Not rs.eof Me.RUANGAN.AddItem rs!ruangan rs.movenext Loop 8. Form Modul Public Db As New ADODB.Connection Public rs As New ADODB.Recordset Public Sql As String Public Sql2 As String Sub OPENDB() If Db.State = 1 Then Db.Close

27 72 Db.CursorLocation = aduseclient Db.Open "Provider=MSDASQL.1;Persist Security Info=False;Data Source=jadwal" Sub main() Call OPENDB 'FrmMenuUtama.Show 'FrmEditJadwal.Show LOGIN.Show Sub ClearFORM(f As Form) Dim ctl As Control For Each ctl In f If TypeOf ctl Is TextBox Then ctl.text = "" If TypeOf ctl Is ComboBox Then ctl.text = "" If TypeOf ctl Is ComboBox Then ctl.clear 'If TypeOf ctl Is ListView Then ctl.listitems.clear Next 'If TypeOf ctl Is DTPicker Then ctl.value = Now Call RubahCMD(f, True, False, False, True) f.cmdproses(1).caption = "&Simpan" Sub RubahCMD(f As Form, L0 As Boolean, L1 As Boolean, L2 As Boolean, L3 As Boolean) f.cmdproses(0).enabled = L0 f.cmdproses(1).enabled = L1 f.cmdproses(2).enabled = L2

28 73 f.cmdproses(3).enabled = L3 Function OPENREC(Sql As String) As Recordset Dim rs As New ADODB.Recordset If rs.state = adstateopen Then rs.close rs.open Sql, Db, adopendynamic, adlockoptimistic End Function Set OPENREC = rs

LAMPIRAN LIST PROGRAM

LAMPIRAN LIST PROGRAM LAMPIRAN LIST PROGRAM 1. Modules Public conn As New ADODB.Connection Public rstb_pendekatan As ADODB.Recordset Public rstb_solusi As ADODB.Recordset Public rstb_alasan As ADODB.Recordset Public rstb_pilihan

More information

End Sub. Sub Kunci() Dim i As Integer For i = 0 To 4 Txtfield(i).Locked = True Next i grddatagrid.enabled = False End Sub

End Sub. Sub Kunci() Dim i As Integer For i = 0 To 4 Txtfield(i).Locked = True Next i grddatagrid.enabled = False End Sub Source Aplikasi Sistem Informasi Akademik GENERAL Dim db As Connection Dim WithEvents adoprimaryrs1 As Recordset Dim WithEvents adoprimaryrs2 As Recordset Dim WithEvents rscaridata As Recordset Dim cekid

More information

Tutorial, Source code, Request Program Visual Basic

Tutorial, Source code, Request Program Visual Basic Tutorial, Source code, Request Program Visual Basic Oleh : Moh. A Azis Membuat Form Data Barang Program Persediaan Barang Form Data Barang digunakan untuk menyimpan data barang dan memberikan info mengenai

More information

LISTING PROGRAM. 1. Form Menu Utama. Universitas Sumatera Utara

LISTING PROGRAM. 1. Form Menu Utama. Universitas Sumatera Utara LISTING PROGRAM 1. Form Menu Utama Dim LenTemp As Integer Dim SrtTemp As String Dim n As Integer Private Sub Form_Load() Call Tengah(Me) lhsysmenu = GetSystemMenu(Me.hwnd, False) lretval = RemoveMenu(lhSysMenu,

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara 61 LAMPIRAN 61 Listing Program Form 1 ( Barang ) Dim CnSuzuya As ADODB.Connection Dim CommBar As ADODB.Command Dim rsbar As ADODB.Recordset Dim StrSql As String Dim psn As Byte Private Sub Form_Load()

More information

LAMPIRAN A : LISTING PROGRAM

LAMPIRAN A : LISTING PROGRAM LAMPIRAN A : LISTING PROGRAM 1. frmmenu.frm Dim CN As Connection Dim rshapus As Recordset Private Sub DfaHasil_Click() Call frmlap.cetak Private Sub Form_Load() Set CN = New ADODB.Connection CN.ConnectionString

More information

An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is

An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is InputBox( ) Function An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is A = InputBox ( Question or Phrase, Window Title, ) Example1: Integer:

More information

LISTING PROGRAM. Form Splash

LISTING PROGRAM. Form Splash LISTING PROGRAM Form Splash Private Sub Form_Load() lblversion.caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision lblproductname.caption = App.Title lblcopyright.caption = App.LegalCopyright

More information

LAMPIRAN : LISTING PROGRAM

LAMPIRAN : LISTING PROGRAM LAMPIRAN : LISTING PROGRAM Kode Program Form Login Private Sub cbolevel_click() If cbolevel.text = "Pengguna" Then txtlogin.enabled = False txtpass.enabled = False txtlogin.visible = False txtpass.visible

More information

LAMPIRAN FORM 1 Universitas Sumatera Universitas Utara

LAMPIRAN FORM 1 Universitas Sumatera Universitas Utara LAMPIRAN FORM 1 Private Sub Text2_KeyPress(KeyAscii As Integer) If KeyAscii = vbkeyreturn Then Set tbladministrator = New ADODB.Recordset With tbladministrator.open "SELECT * FROM Administrator WHERE userid

More information

LAMPIRAN A LISTING PROGRAM. Universitas Sumatera Utara

LAMPIRAN A LISTING PROGRAM. Universitas Sumatera Utara LAMPIRAN A LISTING PROGRAM LISTING PROGRAM MENU UTAMA Dim T As String Dim i Private Sub Dafsis_Click() Form5.Show Private Sub Dafwai_Click() Form5.Show Private Sub Dasis_Click() Form2.Show Private Sub

More information

Private Sub Command2_Click() End End Sub. Private Sub Command3_Click() frmchangepassword.show End Sub. Private Sub Form_Activate() check_db End Sub

Private Sub Command2_Click() End End Sub. Private Sub Command3_Click() frmchangepassword.show End Sub. Private Sub Form_Activate() check_db End Sub Private Sub Command1_Click() On Error Resume If rs.state = adstateopen Then rs.close rs.open "select * from login where UserName='" & txtusername & "' And Log_Password='" & txtpassword & "'", conn, 1,

More information

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB 62 KEMENTERIAN PENDIDIKAN NASIONAL UNIVERSITAS SUMATERA UTARA FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM Jl. Bioteknologi No.1 Kampus USU Padang Bulan Medan 20155 Telp. (061) 8211050, 8214290, Fax (061)

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N A TAMPILAN PROGRAM 1. Form Login 2. Form Menu Utama 3. Form Entry Data Mahasiswa Baru 4. Form Kasir 5. Form Transaksi 6. Laporan cetak mahasiswa 6. Laporan cetak mahasiswa 7. Laporan cetak

More information

ต วอย างการสร างฟอร ม เมน การใช งาน

ต วอย างการสร างฟอร ม เมน การใช งาน ต วอย างการสร างฟอร ม เมน การใช งาน Option Explicit Dim conn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim Sql As String Private Sub Command6_Click() Form2.Hide Form3.Show Private Sub Command7_Click()

More information

LISTING PROGRAM. 1. Menu Utama

LISTING PROGRAM. 1. Menu Utama LISTING PROGRAM 1. Menu Utama Option Explicit Dim rssms As Recordset Dim stopen As String * 1 Dim IDSms As Integer Dim rspesan As Recordset Dim Kode As String * 1 Dim rspaket As Recordset Dim NmPaket As

More information

Definition, Investigation and Analysis

Definition, Investigation and Analysis Definition, Investigation and Analysis Introduction and Nature of the Problem Introduction Pradhan Store is a wholesale store located in Nakhipot, Lalitpur. It has been providing its service since the

More information

Rooftop Industries Pvt. Ltd.

Rooftop Industries Pvt. Ltd. Rooftop Industries Pvt. Ltd. Production and inventory management system A level Computing Project Shritesh Bhattarai Little Angels' College 1 Table of Contents Definition, investigation and analysis...

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara 67 LAMPIRAN Lampiran A-1 Listing Program Visual Basic Private Sub mn_isidata_click() frm_isi_data.show Me.Hide Private Sub mn_koneksiport_click() frm_koneksi_port.show Me.Hide Private Sub mn_tentang_click()

More information

Lookup Project. frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function:

Lookup Project. frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function: Lookup Project frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function: Help About, in a Message Box lookup.vbp programmed by C.Gribble Page 2 Code for

More information

Password Protect an Access Database

Password Protect an Access Database Access a Password Protected Microsoft Access Database from within Visual Basic 6 Have you ever wanted to password protect an Access Database that is a Data Store (a repository of Data) used in one of your

More information

Remainder Cordial Labeling of Graphs

Remainder Cordial Labeling of Graphs Journal of Algorithms and Computation journal homepage: http://jac.ut.ac.ir Remainder Cordial Labeling of Graphs R. Ponraj 1, K. Annathurai and R. Kala 3 1 Department of Mathematics, Sri Paramakalyani

More information

ONLINE RAILWAY RESERVATION SYSTEM

ONLINE RAILWAY RESERVATION SYSTEM Ex. No: Date: ONLINE RAILWAY RESERVATION SYSTEM AIM: methodologies To develop a software for online railway reservation system project by using software ALGORITHM: Step1: Open a VB project. Step2: Design

More information

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software Ex. No.1 Date: ONLINE COURSE RESERVATION AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software PROBLEM STATEMENT As the head of information systems for

More information

Visitor Management System

Visitor Management System WWW.VALLINME.COM Visitor Management System Ver 1.0 Mohd Noor Azam 18-03-2015 [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the

More information

22. VB Programming Fundamentals Data Access with Data Objects

22. VB Programming Fundamentals Data Access with Data Objects 22. VB Programming Fundamentals Data Access with Data Objects 22.1 Data Access Object MS Data Access Object (DAO) enables you to use a programming language to access and manipulate data in local or remote

More information

Understanding the MsgBox command in Visual Basic

Understanding the MsgBox command in Visual Basic Understanding the MsgBox command in Visual Basic This VB2008 tutorial explains how to use the MsgBox function in Visual Basic. This also works for VBS MsgBox. The MsgBox function displays a message in

More information

Nilai Input (Peringkat Alternatif Fuzzy dan Crisp Terhadap Kriteria)

Nilai Input (Peringkat Alternatif Fuzzy dan Crisp Terhadap Kriteria) LAMPIRAN-A PENYELESAIAN DENGAN METODE FUZZY TOPSIS Secara umum, prosedur Fuzzy TOPSIS mengikuti langkah-langkah sebagai berikut: 1. Membuat matriks keputusan yang ternormalisasi, 2. Menentukan matriks

More information

LAMPIRAN 1. Kode Program Splash Screen

LAMPIRAN 1. Kode Program Splash Screen LAMPIRAN 1 Kode Program Splash Screen Private Sub Form_Load() lblversion.caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision lblproductname.caption = App.Title lblcopyright.caption

More information

SURAT KETERANGAN Hasil Uji Program Tugas Akhir

SURAT KETERANGAN Hasil Uji Program Tugas Akhir SURAT KETERANGAN Hasil Uji Program Tugas Akhir Yang bertanda tangan dibawah ini, menerangkan bahwa Tugas Akhir Mahasiswa Program Diploma 3 Teknik Informatika : Nama : FADILLA MAHARANI NIM : 112406159 Program

More information

LISTING PROGRAM. 1. Menu Utama

LISTING PROGRAM. 1. Menu Utama LISTING PROGRAM 1. Menu Utama Dim rsupdate As Recordset Dim rscari As Recordset Dim strusername As String * 10 Dim Status As String * 1 Dim JumUser As Integer Public system_mon As String Public service_mon

More information

Revisions: jee Initial jee SW Version 1.1 now includes the leave type Other

Revisions: jee Initial jee SW Version 1.1 now includes the leave type Other Memorandum To: From: File John Effland Date: 2005-03-10 Revisions: 2005-03-10 jee Initial 2006-02-24 jee SW Version 1.1 now includes the leave type Other Subject: Leave Calendar Program Architecture and

More information

The design and implementation of UML-based students information management system

The design and implementation of UML-based students information management system The design and implementation of UML-based students information management system Abstract Yunli Cheng 1, a, ChuanQin Li 2, b 1 Guangzhou Nanyang Polytechnic, Guangzhou 510925, China 2 Guangzhou Huaxia

More information

Universitas Sumatera Utara

Universitas Sumatera Utara Option Explicit DefLng A-Z '--------------------------------------------------------------------------------------------- #Const Test = False '---------------------------------------------------------------------------------------------

More information

Excel & Visual Basic for Applications (VBA)

Excel & Visual Basic for Applications (VBA) Class meeting #18 Monday, Oct. 26 th GEEN 1300 Introduction to Engineering Computing Excel & Visual Basic for Applications (VBA) user interfaces o on-sheet buttons o InputBox and MsgBox functions o userforms

More information

1. Menu Utama. Private Sub abt_click() frmabout.show End Sub. Private Sub dafabsenhar_click() frmdafabsensihar.show End Sub

1. Menu Utama. Private Sub abt_click() frmabout.show End Sub. Private Sub dafabsenhar_click() frmdafabsensihar.show End Sub 1. Menu Utama Private Sub abt_click() frmabout.show Private Sub dafabsenhar_click() frmdafabsensihar.show Private Sub dafpeg_click() frmdafpegawai.show Private Sub dafuser_click() frmdaftaruser.show Private

More information

Universitas Sumatera Utara

Universitas Sumatera Utara 43 L A M P I R A N 44 Penulisan Kode Program Aplikasi Game Tetris A. Kode program aplikasi game tetris untuk form1 ( MainF.frm ) adalah sebagai berikut. Dim BANK As Database Dim RS As DAO.Recordset Private

More information

Programming Concepts and Skills. Arrays continued and Functions

Programming Concepts and Skills. Arrays continued and Functions Programming Concepts and Skills Arrays continued and Functions Fixed-Size vs. Dynamic Arrays A fixed-size array has a limited number of spots you can place information in. Dim strcdrack(0 to 2) As String

More information

Please answer questions in the space provided. Question point values are shown in parentheses.

Please answer questions in the space provided. Question point values are shown in parentheses. IS 320 Spring 99 Page 1 Please answer questions in the space provided. Question point values are shown in parentheses. 1. (15) Assume you have the following variable declarations and assignments: Dim A

More information

LISTING PROGRAM. PrivateSub KeluarToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles KeluarToolStripMenuItem.Click Close() EndSub

LISTING PROGRAM. PrivateSub KeluarToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles KeluarToolStripMenuItem.Click Close() EndSub LISTING PROGRAM 1.Tampilan awal PublicClassmm PrivateSub InputDataGuruToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles InputDataGuruToolStripMenuItem.Click guru.show() Me.Hide() EndSub PrivateSub

More information

UJIAN AKHIR SEMESTER TEKNIK INFORMATIKA SEKOLAH TINGGI TEKNOLOGI DUTA BANGSA

UJIAN AKHIR SEMESTER TEKNIK INFORMATIKA SEKOLAH TINGGI TEKNOLOGI DUTA BANGSA UJIAN AKHIR SEMESTER TEKNIK INFORMATIKA SEKOLAH TINGGI TEKNOLOGI DUTA BANGSA Dosen Pembimbing : Dedi W ST,. MM Nama : Elly Sunandy NIM : 13158279 Pemrograman Terstruktur Membuat program dengan Delphi 7

More information

Private Sub MenuUtamaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Me.ShowDialog() End Sub

Private Sub MenuUtamaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Me.ShowDialog() End Sub LISTING PROGRAM Menu_Utama.vb Public Class FrmUtama Private Sub DataMovieToolStripMenuItem_Click(ByVal sender As DataMovieToolStripMenuItem.Click FrmMovie.ShowDialog() Private Sub DataPeminjamToolStripMenuItem_Click(ByVal

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara LAMPIRAN 1. Modul Imports System.Data Imports System.Data.OleDb Module Module1 Public conn As OleDbConnection Public CMD As OleDbCommand Public DS As New DataSet Public DA As OleDbDataAdapter Public RD

More information

On Railway Reservation. U G D C A Semester VI. Roll No DA

On Railway Reservation. U G D C A Semester VI. Roll No DA On Railway Reservation U G D C A Semester VI Submitted to: Dr. P. K. Sen (Co-ordinator) Submitted By: (Name of Student) Roll No. 14836DA Contents 1. Acknowledgement 2. Objectives 3. Declaration 4. Analysis

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara LAMPIRAN DAFTAR NAMA MURID KELAS VIIa SMP TRI JAYA MEDAN TAHUN PELAJARAN 2011/2012 Kelas : VII a SMP Wali Kelas : R.Pakpahan S,Pd Guru BP/BK : D.Purba,S.Pd NO NOMOR INDUK NAMA SISWA L/P NISN 1 942 ANGELIA

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N LISTING PROGRAM 1. Listing Pembuka Dim strado$ Dim n As Integer Private Sub Close_Click() End Private Sub Command1_Click() If Option1.Value = True Then Search.Show If Option2.Value = True

More information

Errors, Warnings, and Issues WARNING #2077

Errors, Warnings, and Issues WARNING #2077 WARNING #2077 Change the default 0 index in the Rows property with the correct one. Description When upgrading an ADO Recordset object to native ADO.Net, the VBUC converts all the Recordset objects to

More information

This project was originally conceived as a pocket database application for a mobile platform, allowing a

This project was originally conceived as a pocket database application for a mobile platform, allowing a Dynamic Database ISYS 540 Final Project Executive Summary This project was originally conceived as a pocket database application for a mobile platform, allowing a user to dynamically build, update, and

More information

LISTING PROGRAM. Source Code Tampilan Awal. Source Code Menu Utama

LISTING PROGRAM. Source Code Tampilan Awal. Source Code Menu Utama LISTING PROGRAM Source Code Tampilan Awal Private Sub cmdkeluar_click() MsgBox "Terima Kasih Telah Membuka Program Ini.", vbinformation, "Quick IP Ver 1.0" End Private Sub cmdmasuk_click() MenuUtama.Show

More information

6/14/2010. VBA program units: Subroutines and Functions. Functions: Examples: Examples:

6/14/2010. VBA program units: Subroutines and Functions. Functions: Examples: Examples: VBA program units: Subroutines and Functions Subs: a chunk of VBA code that can be executed by running it from Excel, from the VBE, or by being called by another VBA subprogram can be created with the

More information

Programming with visual Basic:

Programming with visual Basic: Programming with visual Basic: 1-Introdution to Visual Basics 2-Forms and Control tools. 3-Project explorer, properties and events. 4-make project, save it and its applications. 5- Files projects and exercises.

More information

LAMPIRAN A : LISTING PROGRAM

LAMPIRAN A : LISTING PROGRAM LAMPIRAN A : LISTING PROGRAM 1. Form Login Private Sub Siap() txtnama.enabled = True txtpswd.enabled = True Private Sub BlmSiap() txtnama.enabled = False txtpswd.enabled = False Private Sub Kosong() txtnama

More information

Form Connection. Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel

Form Connection. Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel Form Connection Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel Public Class connection '------------------------------------------------ Dim myport As Array

More information

LISTING PROGRAM. mainform.vb A-1. Universitas Sumatera Utara

LISTING PROGRAM. mainform.vb A-1. Universitas Sumatera Utara A-1 LISTING PROGRAM mainform.vb Imports System.IO Public Class mainform Private Sub mainform_load(byval sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load enkripsirb.checked = True

More information

Advanced Topics in Automated Test Scripting

Advanced Topics in Automated Test Scripting *534_CH08_CMP4.qxd 7/3/01 1:10 PM Page 253 Part Four Advanced Topics in Automated Test Scripting *534_CH08_CMP4.qxd 7/3/01 1:10 PM Page 254 *534_CH08_CMP4.qxd 7/3/01 1:10 PM Page 255 CHAPTER 8 Introduction

More information

151 Mixed bag of HOTS questions from VB 15 A VB program accepts a number in a text box and rounds the number to 0 decimal places. Write the VB code under the button cmdround to achieve this feature. Do

More information

LAMPIRAN A-2 : LAPORAN PENJUALAN DOKUMEN KELUARAN

LAMPIRAN A-2 : LAPORAN PENJUALAN DOKUMEN KELUARAN LAMPIRAN A-2 : LAPORAN PENJUALAN DOKUMEN KELUARAN LAMPIRAN A-1 : NOTA DOKUMEN KELUARAN LAMPIRAN B MASUKAN SISTEM BERJALAN LAMPIRAN B-1 : DATA BARANG DOKUMEN MASUKAN LAMPIRAN B-2 : DATA PELANGGAN DOKUMEN

More information

Panduan Menggunakan Autoresponder FreeAutobot.com

Panduan Menggunakan Autoresponder FreeAutobot.com Panduan Menggunakan Autoresponder FreeAutobot.com Dengan memperolehi e-book ini, anda mempunyai kebenaran untuk memberi secara percuma kepada pelanggan anda atau tawarkan sebagai bonus kepada pembelian

More information

Manual Vba Access 2010 Recordset Findfirst

Manual Vba Access 2010 Recordset Findfirst Manual Vba Access 2010 Recordset Findfirst The Recordset property returns the recordset object that provides the data being browsed in a form, report, list box control, or combo box control. If a form.

More information

MgtOp 470 Business Modeling with Spreadsheets Sample Midterm Exam. 1. Spreadsheets are known as the of business analysis.

MgtOp 470 Business Modeling with Spreadsheets Sample Midterm Exam. 1. Spreadsheets are known as the of business analysis. Section 1 Multiple Choice MgtOp 470 Business Modeling with Spreadsheets Sample Midterm Exam 1. Spreadsheets are known as the of business analysis. A. German motor car B. Mexican jumping bean C. Swiss army

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N LAMPIRAN 1 Kode program frmbrowse (frmbrowse.frm) Public strsql As String Public xreturn As String Public xreturnname As String Public xreturnaddress As String Public cfilter As Integer

More information

NE1R EAST UNIVERSITY, FA-CULTYOF ENGINEERING DEPARTMENT OF COMPUTER ENGINEERING COM400 GRADUATION PROJECT LIBRARY AND BOOKSTORE AND DATABASE

NE1R EAST UNIVERSITY, FA-CULTYOF ENGINEERING DEPARTMENT OF COMPUTER ENGINEERING COM400 GRADUATION PROJECT LIBRARY AND BOOKSTORE AND DATABASE NE1R EAST UNIVERSITY, FA-CULTYOF ENGINEERING DEPARTMENT OF COMPUTER ENGINEERING COM400 GRADUATION PROJECT LIBRARY AND BOOKSTORE AND DATABASE SUBMITTED TO MRS BESiME ERIN SUBMITTED BY IMRAN SOHAIL & BEDRiYE

More information

Modul Latihan: Pembangunan Applikasi Pangkalan Data dan JSP Bahagian 1

Modul Latihan: Pembangunan Applikasi Pangkalan Data dan JSP Bahagian 1 Modul Latihan: Pembangunan Applikasi Pangkalan Data dan JSP Bahagian 1 Kursus ini dikendalikan oleh: Dr Fatimah Sidi Jabatan Sains Komputer Fakulti Sains Komputer dan Teknologi Maklumat Kandungan Modul

More information

TABLE OF CONTENTS ADVANCED VISUAL BASIC

TABLE OF CONTENTS ADVANCED VISUAL BASIC TABLE OF CONTENTS ADVANCED VISUAL BASIC TABLE OF CONTENTS ADVANCED VISUAL BASIC...1 REVIEW OF IMPORTANT PROGRAMMING CONCEPTS...4 OVERVIEW...4 EXCERPT FROM WIKIPEDIA ARTICLE ON CAMELCASE...5 REVIEW QUESTIONS...6

More information

PANDUAN PENGGUNA (PENTADBIR SYSTEM/SYSTEM ADMINISTRATOR) (INFOTECH, BPPF DAN POLIS

PANDUAN PENGGUNA (PENTADBIR SYSTEM/SYSTEM ADMINISTRATOR) (INFOTECH, BPPF DAN POLIS Classroom Reservation User Manual (HEA) PANDUAN PENGGUNA (PENTADBIR SYSTEM/SYSTEM ADMINISTRATOR) (INFOTECH, BPPF DAN POLIS Table of Contents CLASSROOM RESERVATION MANAGEMENT SYSTEM - APLIKASI... 2 Apa

More information

Respond to Data Entry Events

Respond to Data Entry Events Respond to Data Entry Events Callahan Chapter 4 Understanding Form and Control Events Developer s Goal make data entry easy, fast, complete, accurate Many form- and control-level events occur as user works

More information

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB Visual Programming 1. What is Visual Basic? Visual Basic is a powerful application development toolkit developed by John Kemeny and Thomas Kurtz. It is a Microsoft Windows Programming language. Visual

More information

-- phpmyadmin SQL Dump. -- version Host: localhost. -- Generation Time: Jan 16, 2013 at 06:36

-- phpmyadmin SQL Dump. -- version Host: localhost. -- Generation Time: Jan 16, 2013 at 06:36 phpmyadmin SQL Dump version 3.2.0.1 http://www.phpmyadmin.net Host: localhost Generation Time: Jan 16, 2013 at 06:36 Server version: 5.1.37 PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101

More information

A Back-End Link Checker for Your Access Database

A Back-End Link Checker for Your Access Database A Back-End for Your Access Database Published: 30 September 2018 Author: Martin Green Screenshots: Access 2016, Windows 10 For Access Versions: 2007, 2010, 2013, 2016 Working with Split Databases When

More information

LISTING PROGRAM. 1. Tampilan Awal. 2. Menu Login. Public Class Awal

LISTING PROGRAM. 1. Tampilan Awal. 2. Menu Login. Public Class Awal LISTING PROGRAM 1. Tampilan Awal Public Class Awal Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(10) If ProgressBar1.Value

More information

Visual Basic ,

Visual Basic , Visual Basic 6.0..!"# !"# $#%$$"& ( ( 6.0) 2 $, -&, - 1.,. Caption Hello, On O ff. * + +, -. 1-Arrow, + - 4 +, 2- Cross. - project1.vbp, 4-form1.frm. 2/59 !"# $#%$$"& ( ( 6.0) 3 $, -&, - 3/59 !"# $#%$$"&

More information

LAMPIRAN A PROGRAM ADMINISTRASI

LAMPIRAN A PROGRAM ADMINISTRASI LAMPIRAN A PROGRAM ADMINISTRASI Program Administrasi FORM HOME ==load form tarif yang berlaku== Private Sub Cmd_DftrTarif_Click() End Sub Load Frm_Tarif Frm_Tarif.Show ==load form isi ulang kartu== Private

More information

CS130/230 Lecture 12 Advanced Forms and Visual Basic for Applications

CS130/230 Lecture 12 Advanced Forms and Visual Basic for Applications CS130/230 Lecture 12 Advanced Forms and Visual Basic for Applications Friday, January 23, 2004 We are going to continue using the vending machine example to illustrate some more of Access properties. Advanced

More information

Doric Computer Systems International Ltd -

Doric Computer Systems International Ltd  - Doric Computer Systems International Ltd E-mail:- INFO@doric.com Install and Release Notes - June 1999 INFO~ODBC Lite v 2.09 Windows NT * Windows 95 * Windows 98 Contents Documentation 1. Installing the

More information

PANDUAN PENGGUNA (PENSYARAH)

PANDUAN PENGGUNA (PENSYARAH) Classroom Reservation User Manual (HEA) PANDUAN PENGGUNA (PENSYARAH) Table of Contents CLASSROOM RESERVATION MANAGEMENT SYSTEM - APLIKASI... 2 Apa itu CRMS?... 2 CRMS Feature Summary... 3 CRMS LOGIN...

More information

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY UNESCO-NIGERIA TECHNICAL & VOCATIONAL EDUCATION REVITALISATION PROJECT-PHASE II NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY OOBASIC/VISUAL BASIC PROGRAMMING COURSE CODE: COM 211 YEAR I SEMESTER II PRACTICAL

More information

variables programming statements

variables programming statements 1 VB PROGRAMMERS GUIDE LESSON 1 File: VbGuideL1.doc Date Started: May 24, 2002 Last Update: Dec 27, 2002 ISBN: 0-9730824-9-6 Version: 0.0 INTRODUCTION TO VB PROGRAMMING VB stands for Visual Basic. Visual

More information

PANDUAN PENGGUNA (SUPPLIER) MAINTAIN CERTIFICATES/SUPPLIER DETAILS SUPPLIER RELATIONSHIP MANAGEMENT SUPPLY CHAIN MANAGEMENT SYSTEM (SCMS)

PANDUAN PENGGUNA (SUPPLIER) MAINTAIN CERTIFICATES/SUPPLIER DETAILS SUPPLIER RELATIONSHIP MANAGEMENT SUPPLY CHAIN MANAGEMENT SYSTEM (SCMS) PANDUAN PENGGUNA (SUPPLIER) MAINTAIN CERTIFICATES/SUPPLIER DETAILS SUPPLIER RELATIONSHIP MANAGEMENT SUPPLY CHAIN MANAGEMENT SYSTEM (SCMS) DISEDIAKAN OLEH: SUPPLY CHAIN MANAGEMENT (SCM) BAHAGIAN ICT PROCESS

More information

Function: function procedures and sub procedures share the same characteristics, with

Function: function procedures and sub procedures share the same characteristics, with Function: function procedures and sub procedures share the same characteristics, with one important difference- function procedures return a value (e.g., give a value back) to the caller, whereas sub procedures

More information

M2U MANUAL PENGGUNA USER MANUAL M2UNHJ. 0 P a g e BAHAGIAN SIMPANAN DAN PENGELUARAN JABATAN KHIDMAT PENDEPOSIT DAN OPERASI LEMBAGA TABUNG HAJI

M2U MANUAL PENGGUNA USER MANUAL M2UNHJ. 0 P a g e BAHAGIAN SIMPANAN DAN PENGELUARAN JABATAN KHIDMAT PENDEPOSIT DAN OPERASI LEMBAGA TABUNG HAJI M2U MANUAL PENGGUNA USER MANUAL M2UNHJ 0 P a g e BAHAGIAN SIMPANAN DAN PENGELUARAN JABATAN KHIDMAT PENDEPOSIT DAN OPERASI LEMBAGA TABUNG HAJI KANDUNGAN (TABLE OF CONTENTS) BIL PERKARA HALAMAN 1 TERMA DAN

More information

Overview of Professional Quest Technologies

Overview of Professional Quest Technologies Overview of Professional Quest Technologies Professional Quest Web Architecture Professional Quest's utilizes a number of industry standard components in its web architecture. Server Web Pages For the

More information

LAMPIRAN. 1. Kode Program

LAMPIRAN. 1. Kode Program 1. Kode Program LAMPIRAN Kode Program 1. Kode program untuk Form Data Imports BusinessLib Public Class formdata #Region " Member " Dim _siswa As Siswa Dim _guru As Guru Dim _mapel As MataPelajaran Dim

More information

Generated by Foxit PDF Creator Foxit Software For evaluation only. ภาคผนวก ก

Generated by Foxit PDF Creator Foxit Software  For evaluation only. ภาคผนวก ก ภาคผนวก ก โปรแกรม SQL Server โปรแกรม SQL Server เป นโปรแกรมจ ดการฐานข อม ล ท จะการจ ดเก บข อม ลต างๆลงใน ตาราง เพ อช วยในการจ ดเก บข อม ลได ง ายข นและสามารถน าข อม ลข อม ลออกมาได อย างรวดเร ว ข นตอนการต

More information

Visual Basic , ,. Caption Hello, On Off. * + +, -. 1-Arrow, , 2- Cross. - project1.vbp, 4-form1.frm.

Visual Basic , ,. Caption Hello, On Off. * + +, -. 1-Arrow, , 2- Cross. - project1.vbp, 4-form1.frm. Visual Basic 6.0 1.,. Caption Hello, On Off. * + +, -. 1-Arrow, + - 4 +, 2- Cross. - project1.vbp, 4-form1.frm...!"# 2/59 3...

More information

ADO Query Executer. Manual 1.0

ADO Query Executer. Manual 1.0 ADO Query Executer Manual 1.0 Table of contents GENERAL INFORMATION 3 PARAMETERS 4 TABLES 6 SQL 7 DATAVIEW 9 MESSAGES 10 HELP 11 General information ADOQE is a Win32 application used to execute SQL queries

More information

PROGRAM 1: SIMPLE CALCULATOR

PROGRAM 1: SIMPLE CALCULATOR PROGRAM 1: SIMPLE CALCULATOR Option Explicit Dim operand1 As Double, operand2 As Double Dim op1 As Double, op2 As Double Dim operator As String Dim cleardisplay As Boolean Private Sub Cmdclear_Click()

More information

Application Note AN Copyright InduSoft Systems LLC 2006

Application Note AN Copyright InduSoft Systems LLC 2006 Dynamically Loading Pictures on a Screen Using an ActiveX Control and VBScript Category Software Equipment Software Demo Application Implementation Specifications or Requirements Item IWS Version: 6.1

More information

IFA/QFN VBA Tutorial Notes prepared by Keith Wong

IFA/QFN VBA Tutorial Notes prepared by Keith Wong Chapter 2: Basic Visual Basic programming 2-1: What is Visual Basic IFA/QFN VBA Tutorial Notes prepared by Keith Wong BASIC is an acronym for Beginner's All-purpose Symbolic Instruction Code. It is a type

More information

SQL INJECTION IN WEB APPLICATIONS By Roshmi Choudhury,Officer (IT) Numaligarh Refinery Limited

SQL INJECTION IN WEB APPLICATIONS By Roshmi Choudhury,Officer (IT) Numaligarh Refinery Limited SQL INJECTION IN WEB APPLICATIONS By Roshmi Choudhury,Officer (IT) Numaligarh Refinery Limited Abstract It may be too late to shut the stable door after the horse has been stolen. Most companies in the

More information

OUR company has recognized that forms design is

OUR company has recognized that forms design is User Interface Standards for Forms Smart Access 2000 2002 Dennis Schumaker User interface standards are critical for both programmer and end-user productivity. An important part of any application is Application

More information

Chapter 2.4: Common facilities of procedural languages

Chapter 2.4: Common facilities of procedural languages Chapter 2.4: Common facilities of procedural languages 2.4 (a) Understand and use assignment statements. Assignment An assignment is an instruction in a program that places a value into a specified variable.

More information

DAFTAR PUSTAKA. Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England

DAFTAR PUSTAKA. Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England DAFTAR PUSTAKA Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England Elib.unikom.ac.id, SQL Server, 27 April 2014. Jogiyanto. 2005. Analisis & Desain Sistem Informasi : Pendekatan

More information

GOQUO AGENT PORTAL USER GUIDE

GOQUO AGENT PORTAL USER GUIDE 1 GOQUO AGENT PORTAL USER GUIDE 2 1. General Overview This document is designed for the purpose of providing users (Agents as well as Admin user) with all main steps in the whole process, as well as detailed

More information

How-To Guide. SigIDp (With Microsoft Access) Demo. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SigIDp (With Microsoft Access) Demo. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SigIDp (With Microsoft Access) Demo Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview...

More information

Save and Load Searches in Access VBA

Save and Load Searches in Access VBA Save and Load Searches in Access VBA How to allow your users to load and save form states in Access through VBA to provide cross-session saving and retrieval of search or other information. This article

More information

University of Technology Laser & Optoelectronics Engineering Department Visual basic Lab.

University of Technology Laser & Optoelectronics Engineering Department Visual basic Lab. DriveListBox Control, DirListBox Control, and FileListBox Control CommonDialog Control 1 2 DriveListBox Control disk drive Important Properties object.drive [= drive] Drive Floppy disks "a:" or "b:", and

More information

Explore your Enterprise

Explore your Enterprise Explore your Enterprise Create a Windows 95 Explorerstyle database explorer. by Chris Barlow ou can write some neat applications using the same explorer paradigm that Microsoft used in Windows 95 (and

More information

DOKUMEN TIDAK TERKAWAL

DOKUMEN TIDAK TERKAWAL Halaman: 1/12 Tujuan : Arahan kerja ini adalah untuk menerangkan tatacara pendaftaran ID Pengguna di dalam Sistem Kewangan SAGA (Standard Accounting for Government Agencies) Universiti Putra Malaysia bagi

More information

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses.

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses. IS 320 Spring 96 Page 1 Please use your own paper to answer the following questions. Point values are shown in parentheses. 1. (10) Consider the following segment of code: If txtansicode.text < "0" Or

More information

PANDUAN PENGGUNA (SUPPLIER) e-purchase ORDER FOR SERVICES

PANDUAN PENGGUNA (SUPPLIER) e-purchase ORDER FOR SERVICES PANDUAN PENGGUNA (SUPPLIER) e-purchase ORDER FOR SERVICES SUPPLIER RELATIONSHIP MANAGEMENT SUPPLY CHAIN MANAGEMENT SYSTEM (SCMS) DISEDIAKAN OLEH: UNIT SUPPLY CHAIN MANAGEMENT (SCM) JABATAN SOURCING CONTROLLER

More information