-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPemakai.frm
589 lines (559 loc) · 15.9 KB
/
Pemakai.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Pemakai
Caption = "Data Pemakai Aplikasi"
ClientHeight = 4260
ClientLeft = 60
ClientTop = 450
ClientWidth = 5325
BeginProperty Font
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form3"
ScaleHeight = 4260
ScaleWidth = 5325
StartUpPosition = 2 'CenterScreen
Begin MSAdodcLib.Adodc ADO
Height = 375
Left = 120
Top = 4320
Visible = 0 'False
Width = 1575
_ExtentX = 2778
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "ado"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton CmdTutup
Caption = "&Tutup"
Height = 400
Left = 4320
TabIndex = 10
Top = 1680
Width = 850
End
Begin VB.CommandButton CmdBatal
Caption = "&Batal"
Height = 400
Left = 3480
TabIndex = 9
Top = 1680
Width = 850
End
Begin VB.CommandButton CmdSimpan
Caption = "&Simpan"
Height = 400
Left = 2640
TabIndex = 8
Top = 1680
Width = 850
End
Begin VB.CommandButton CmdHapus
Caption = "&Hapus"
Height = 400
Left = 1800
TabIndex = 7
Top = 1680
Width = 850
End
Begin VB.CommandButton CmdEdit
Caption = "&Edit"
Height = 400
Left = 960
TabIndex = 6
Top = 1680
Width = 850
End
Begin VB.CommandButton CmdInput
Caption = "&Input"
Height = 400
Left = 120
TabIndex = 5
Top = 1680
Width = 850
End
Begin VB.TextBox Text3
Height = 350
IMEMode = 3 'DISABLE
Left = 1680
PasswordChar = "X"
TabIndex = 4
Top = 1200
Width = 2000
End
Begin VB.TextBox Text2
Height = 350
Left = 1680
TabIndex = 3
Top = 840
Width = 3540
End
Begin VB.TextBox Text1
Height = 350
Left = 1680
TabIndex = 2
Top = 480
Width = 2000
End
Begin VB.TextBox KodeDasar
Height = 350
Left = 3840
TabIndex = 1
Top = 120
Visible = 0 'False
Width = 900
End
Begin VB.ComboBox Combo1
Height = 345
Left = 1680
TabIndex = 0
Top = 120
Width = 2000
End
Begin MSDataGridLib.DataGrid DG
Height = 1845
Left = 120
TabIndex = 11
Top = 2280
Width = 5055
_ExtentX = 8916
_ExtentY = 3254
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 2
RowHeight = 18
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 4
BeginProperty Column00
DataField = "KodePmk"
Caption = "Kode"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "NamaPmk"
Caption = "Nama"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "PassPmk"
Caption = "Password"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "StatusPmk"
Caption = "Status"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
ColumnWidth = 764,787
EndProperty
BeginProperty Column01
ColumnWidth = 1739,906
EndProperty
BeginProperty Column02
Object.Visible = 0 'False
ColumnWidth = 1140,095
EndProperty
BeginProperty Column03
ColumnWidth = 1995,024
EndProperty
EndProperty
End
Begin VB.Label Label4
BorderStyle = 1 'Fixed Single
Caption = "Status"
Height = 345
Left = 120
TabIndex = 15
Top = 120
Width = 1500
End
Begin VB.Label Label3
BorderStyle = 1 'Fixed Single
Caption = "Password"
Height = 345
Left = 120
TabIndex = 14
Top = 1200
Width = 1500
End
Begin VB.Label Label2
BorderStyle = 1 'Fixed Single
Caption = "Nama Pemakai"
Height = 345
Left = 120
TabIndex = 13
Top = 840
Width = 1500
End
Begin VB.Label Label1
BorderStyle = 1 'Fixed Single
Caption = "Kode Pemakai"
Height = 345
Left = 120
TabIndex = 12
Top = 480
Width = 1500
End
End
Attribute VB_Name = "Pemakai"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Activate()
Call Koneksi
ADO.ConnectionString = PathData
ADO.RecordSource = "pemakai"
ADO.Refresh
Set DG.DataSource = ADO
DG.Refresh
End Sub
Sub Form_Load()
Call Koneksi
Text1.MaxLength = 5
Text2.MaxLength = 30
Text3.MaxLength = 15
KondisiAwal
Combo1.AddItem "USER"
Combo1.AddItem "ADMINISTRATOR"
End Sub
Private Sub COMBO1_Click()
Text1.Enabled = False
If Combo1 = "USER" Then
KodeDasar = "USR"
Call KODEOTO
ElseIf Combo1 = "ADMINISTRATOR" Then
KodeDasar = "ADM"
Call KODEOTO
End If
End Sub
Private Sub COMBO1_KeyPress(Keyascii As Integer)
If Keyascii = 13 Then
If Combo1 = "" Then
MsgBox "Status harus diisi"
Combo1.SetFocus
Else
Text2.SetFocus
End If
End If
End Sub
Private Sub dg_Keypress(Keyascii As Integer)
If Keyascii = 13 Then
If CmdSimpan.Enabled = False Then
MsgBox "pilih dulu command Edit atau Hapus"
Exit Sub
End If
If CmdEdit.Enabled = True Then
Combo1.Enabled = False
Text1.Enabled = False
Combo1 = DG.Columns(3)
Text1 = DG.Columns(0)
Text2 = DG.Columns(1)
Text3 = DG.Columns(2)
'Text2.SetFocus
End If
If CmdHapus.Enabled = True Then
Combo1 = DG.Columns(3)
Text1 = DG.Columns(0)
Text2 = DG.Columns(1)
Text3 = DG.Columns(2)
Call CariData
If Not RSPemakai.EOF Then
Pesan = MsgBox("Yakin akan dihapus", vbYesNo)
If Pesan = vbYes Then
hapus = "delete * from pemakai where kodepmk='" & Text1 & "'"
Conn.Execute hapus
Call KondisiAwal
Else
Call KondisiAwal
End If
End If
End If
End If
End Sub
Private Sub KODEOTO()
Call Koneksi
RSPemakai.Open "SELECT count(statuspmk) as ketemu FROM pemakai where statuspmk='" & Combo1 & "'", Conn
RSPemakai.Requery
If RSPemakai!ketemu = 0 Then
Text1 = KodeDasar + "1"
Else
Hitung = RSPemakai!ketemu + 1
Text1 = KodeDasar + Right("0" & Hitung, 1)
End If
End Sub
Function CariData()
Call Koneksi
RSPemakai.Open "Select * From Pemakai where KodePmk='" & Text1 & "'", Conn
End Function
Private Sub CmdBatal_Click()
KosongkanText
TidakSiapIsi
KondisiAwal
End Sub
Private Sub CmdSimpan_Click()
If Text1 = "" Or Text2 = "" Or Text3 = "" Or Combo1 = "" Then
MsgBox "Data Belum Lengkap...!"
Exit Sub
ElseIf Len(Text3) < 6 Then
MsgBox "Password minimal 6 karakter"
Text3.SetFocus
Exit Sub
End If
If CmdInput.Enabled = True Then
Dim SQLTambah1 As String
SQLTambah1 = "Insert Into Pemakai (KodePmk,NamaPmk,PassPmk,StatusPmk) values " & _
"('" & Text1 & "','" & Text2 & "','" & Text3 & "','" & Combo1 & "')"
Conn.Execute SQLTambah1
Else
Dim SQLEdit As String
SQLEdit = "Update Pemakai Set NamaPmk= '" & Text2 & "', PassPmk = '" & Text3 & "',StatusPmk = '" & Combo1 & "' where KodePmk='" & Text1 & "'"
Conn.Execute SQLEdit
End If
Form_Activate
KondisiAwal
End Sub
Private Sub KosongkanText()
Text1 = ""
Text2 = ""
Text3 = ""
Combo1 = ""
KodeDasar = ""
End Sub
Private Sub SiapIsi()
Text1.Enabled = True
Text2.Enabled = True
Text3.Enabled = True
Combo1.Enabled = True
End Sub
Private Sub TidakSiapIsi()
Text1.Enabled = False
Text2.Enabled = False
Text3.Enabled = False
Combo1.Enabled = False
End Sub
Private Sub KondisiAwal()
KosongkanText
TidakSiapIsi
CmdInput.Enabled = True
CmdEdit.Enabled = True
CmdHapus.Enabled = True
CmdSimpan.Enabled = False
CmdBatal.Enabled = False
CmdTutup.Enabled = True
Form_Activate
End Sub
Private Sub TampilkanData()
On Error Resume Next
Text2 = RSPemakai!NamaPmk
Text3 = RSPemakai!PassPMK
Combo1 = RSPemakai!StatusPmk
End Sub
Private Sub CmdInput_Click()
If CmdInput.Caption = "&Input" Then
CmdEdit.Enabled = False
CmdHapus.Enabled = False
CmdSimpan.Enabled = True
CmdBatal.Enabled = True
CmdTutup.Enabled = False
SiapIsi
KosongkanText
Combo1.SetFocus
End If
End Sub
Private Sub CmdEdit_Click()
If CmdEdit.Caption = "&Edit" Then
CmdInput.Enabled = False
CmdHapus.Enabled = False
CmdTutup.Enabled = False
CmdSimpan.Enabled = True
CmdBatal.Enabled = True
SiapIsi
Combo1.Enabled = False
Text1.SetFocus
End If
End Sub
Private Sub CmdHapus_Click()
If CmdHapus.Caption = "&Hapus" Then
CmdTutup.Enabled = False
CmdInput.Enabled = False
CmdEdit.Enabled = False
CmdSimpan.Enabled = True
CmdBatal.Enabled = True
SiapIsi
Text1.SetFocus
End If
End Sub
Private Sub CmdTutup_Click()
Select Case CmdTutup.Caption
Case "&Tutup"
Unload Me
Case "&Batal"
TidakSiapIsi
KondisiAwal
End Select
End Sub
Private Sub Text1_KeyPress(Keyascii As Integer)
Keyascii = Asc(UCase(Chr(Keyascii)))
If Keyascii = 13 Then
Combo1.Enabled = False
If Left(Text1, 3) <> "ADM" And Left(Text1, 3) <> "USR" Then
MsgBox "Tiga Digit Pertama Harus ADM atau USR"
Text1.SetFocus
Exit Sub
End If
If CmdInput.Enabled = True Then
Call CariData
If Not RSPemakai.EOF Then
TampilkanData
MsgBox "Kode Pemakai Sudah Ada"
KosongkanText
Text1.SetFocus
Else
Text2.SetFocus
End If
End If
If CmdEdit.Enabled = True Then
Call CariData
If Not RSPemakai.EOF Then
TampilkanData
Text1.Enabled = False
Text2.SetFocus
Else
MsgBox "Kode Pemakai Tidak Ada"
Text1 = ""
Text1.SetFocus
End If
End If
If CmdHapus.Enabled = True Then
Call CariData
If Not RSPemakai.EOF Then
TampilkanData
Pesan = MsgBox("Yakin akan dihapus", vbYesNo)
If Pesan = vbYes Then
Dim SQLHapus As String
SQLHapus = "Delete From Pemakai where KodePmk= '" & Text1 & "'"
Conn.Execute SQLHapus
Form_Activate
KondisiAwal
Else
KondisiAwal
CmdHapus.SetFocus
End If
Else
MsgBox "Data Tidak ditemukan"
Text1.SetFocus
End If
End If
End If
End Sub
Private Sub text2_KeyPress(Keyascii As Integer)
Keyascii = Asc(UCase(Chr(Keyascii)))
If Keyascii = 13 Then Text3.SetFocus
End Sub
Private Sub text3_keypress(Keyascii As Integer)
Text3.PasswordChar = "X"
If Keyascii = 13 Then
If CmdInput.Enabled = True Then
CmdSimpan.SetFocus
ElseIf CmdEdit.Enabled = True Then
CmdSimpan.SetFocus
End If
End If
End Sub