-
Notifications
You must be signed in to change notification settings - Fork 2
/
frmloca.frm
731 lines (678 loc) · 30.3 KB
/
frmloca.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
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Begin VB.Form frmloca
BorderStyle = 3 'Fixed Dialog
Caption = "Cadastro e Controle de Localizações"
ClientHeight = 3315
ClientLeft = 4575
ClientTop = 3360
ClientWidth = 5130
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3315
ScaleWidth = 5130
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
Caption = "Auxiliares e Navegação"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 120
TabIndex = 0
Top = 2040
Width = 4935
Begin VB.CommandButton cmd_alterar
Caption = "Alterar"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 8
Top = 240
Width = 1095
End
Begin VB.CommandButton cmd_incluir
Caption = "Incluir"
Enabled = 0 'False
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
TabIndex = 7
Top = 240
Width = 1095
End
Begin VB.CommandButton cmd_novo
Caption = "Novo"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 120
TabIndex = 6
Top = 240
Width = 1095
End
Begin VB.CommandButton cmd_excluir
BackColor = &H8000000B&
Caption = "Excluir"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 5
Top = 240
Width = 1095
End
Begin VB.CommandButton cmd_primeiro
Caption = "Primeiro"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 4
Top = 720
Width = 1095
End
Begin VB.CommandButton cmd_proximo
Caption = "Próximo"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 3
Top = 720
Width = 1095
End
Begin VB.CommandButton cmd_ultimo
Caption = "Último"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 2
Top = 720
Width = 1095
End
Begin VB.CommandButton cmd_anterior
Caption = "Anterior"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
TabIndex = 1
Top = 720
Width = 1095
End
End
Begin TabDlg.SSTab SSTab1
Height = 2055
Left = 120
TabIndex = 9
Top = 0
Width = 4935
_ExtentX = 8705
_ExtentY = 3625
_Version = 393216
Style = 1
Tabs = 2
TabsPerRow = 4
TabHeight = 520
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "Países"
TabPicture(0) = "frmloca.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "txt_pais"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).ControlCount= 2
TabCaption(1) = "Estados"
TabPicture(1) = "frmloca.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Label2"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Label3"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "Combo1"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).Control(3)= "Text1"
Tab(1).Control(3).Enabled= 0 'False
Tab(1).ControlCount= 4
Begin VB.TextBox Text1
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = -73680
TabIndex = 13
Top = 480
Width = 2775
End
Begin VB.ComboBox Combo1
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = -73680
Sorted = -1 'True
TabIndex = 12
Top = 960
Width = 2775
End
Begin VB.TextBox txt_pais
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1320
TabIndex = 10
Top = 480
Width = 2655
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "Nome"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = -74760
TabIndex = 15
Top = 600
Width = 615
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "País"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = -74880
TabIndex = 14
Top = 1080
Width = 735
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Nome"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 11
Top = 600
Width = 615
End
End
End
Attribute VB_Name = "frmloca"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim l_uf As Integer
Dim l_cid As Integer
Dim l_brr As Integer
Dim l_coduf As Integer
Dim l_codcid As Integer
Dim l_codbrr As Integer
Private Sub cbo_cidade_Click()
l_codcid = cbo_cidade.ItemData(cbo_cidade.ListIndex)
End Sub
Private Sub cbo_cidade_KeyPress(KeyAscii As Integer)
If KeyAscii <> 8 Then
KeyAscii = 0
End If
End Sub
Private Sub cbo_estado_Change()
l_coduf = cbo_estados.ItemData(cbo_estados.ListIndex)
End Sub
Private Sub cbo_estados_Change()
l_coduf = cbo_estados.ItemData(cbo_estados.ListIndex)
End Sub
Private Sub cbo_pais_Click()
l_coduf = cbo_pais.ItemData(cbo_pais.ListIndex)
End Sub
Private Sub cbo_pais_KeyPress(KeyAscii As Integer)
If KeyAscii <> 8 Then
KeyAscii = 0
End If
End Sub
Private Sub cmd_alterar_Click()
status = "alteradas"
If SSTab1.Tab = 0 Then
If txt_pais = Empty Then
MsgBox "Não é possível alterar Nome", vbExclamation, "Projeto ALIIA"
Exit Sub
End If
l_uf = tab_pais!cod_pais
If tab_pais.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_pais.Close
tab_pais.Open "Select * from Paises where pais = '" & txt_pais & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_pais.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Esta unidade já foi cadastrada, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_pais.RecordCount = 0 Then
tab_pais.Close
tab_pais.Open "Update Paises set pais = '" & txt_pais & "' where cod_pais = " & l_uf
End If
End If
ElseIf SSTab1.Tab = 1 Then
l_uf = tab_regioes!cod_reg
If tab_regioes.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_regioes.Close
tab_regioes.Open "Select * from Regioes where regiao = '" & txt_regiao & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_regioes.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Esta cidade já foi cadastrada, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_regioes.RecordCount = 0 Then
tab_regioes.Close
tab_regioes.Open "Update Regioes set regiao = '" & txt_regiao & "' where cod_reg = " & l_uf
End If
End If
ElseIf SSTab1.Tab = 2 Then
l_uf = tab_estados!cod_uf
If tab_estados.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_estados.Close
tab_estados.Open "Select * from Estados where Nome = '" & txt_estado & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_estados.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Esta cidade já foi cadastrada, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_estados.RecordCount = 0 Then
tab_estados.Close
tab_estados.Open "Update Estados set uf = '" & txt_estado & "' where cod_uf = " & l_uf
End If
End If
ElseIf SSTab1.Tab = 3 Then
l_uf = tab_municipios!cod_mun
If tab_municipios.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_municipios.Close
tab_municipios.Open "Select * from Municipios where nome = '" & txt_municipio & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_municipios.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Este Municipio já foi cadastrado, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_municipios.RecordCount = 0 Then
tab_municipios.Close
tab_municipios.Open "Update Municipios set nome = '" & txt_municipio & "' where cod_mun = " & l_uf
End If
End If
End If
Call box_1
Call limpar
End Sub
Private Sub cmd_excluir_Click()
status = "excluídas"
If tab_pais.State = adStateOpen Then tab_pais.Close
If SSTab1.Tab = 0 Then
tab_pais.Open "select * from Paises where pais = '" & txt_pais & "'"
If tab_pais.RecordCount = 0 Then
MsgBox "Pais não existente.", vbInformation
Exit Sub
ElseIf tab_pais.RecordCount > 0 Then
If MsgBox("Deseja realmente excluir este País?", vbQuestion + vbYesNo + vbDefaultButton2, "Allia") = vbYes Then 'criar uma caixa de colocar foco no segundo botão
bdvb.Execute "delete from Paises where pais = '" & txt_pais & "'"
'txt_pais.Text = Clear
Else
Exit Sub
End If
End If
ElseIf SSTab1.Tab = 1 Then
If MsgBox("Deseja realmente excluir esta cidade?", vbQuestion + vbYesNo + vbDefaultButton2, "Allia") = vbYes Then
bdvb.Execute "delete from Regioes where regiao = '" & txt_regiao & "'"
End If
ElseIf SSTab1.Tab = 2 Then
If MsgBox("Deseja realmente excluir este bairro?", vbQuestion + vbYesNo + vbDefaultButton2, "vendas") = vbYes Then
bdvb.Execute "delete from Estados where uf = '" & txt_estado & "'"
End If
ElseIf SSTab1.Tab = 3 Then
If MsgBox("Deseja realmente excluir este endereço?", vbQuestion + vbYesNo + vbDefaultButton2, "vendas") = vbYes Then
bdvb.Execute "delete from Municipios where nome = '" & txt_municipio & "'"
End If
End If
Call box_1
Call limpar
End Sub
Private Sub cmd_incluir_Click()
status = "Gravadas"
If SSTab1.Tab = 0 Then
If tab_pais.State = adStateOpen Then tab_pais.Close '
tab_pais.Open "select * from Paises where pais = '" & txt_pais & "'"
If tab_pais.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Esta unidade já foi cadastrada, por favor, verificar.", vbExclamation
txt_pais = ""
Exit Sub
ElseIf tab_pais.RecordCount = 0 Then
bdvb.Execute "Insert into Paises(pais) values('" & txt_pais & "')"
End If
ElseIf SSTab1.Tab = 1 Then
If tab_regioes.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_regioes.Close 'tabela UFS já está aberta em Form_Load e para manipular o BD ela precisa ser fechada para tab_pais.Open (linha abaixo) ter efeito. "Não é possível abrir algo que já está aberto".
tab_regioes.Open "Select * from Regioes where regiao = '" & txt_regiao & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_regioes.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Esta cidade já foi cadastrada, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_regioes.RecordCount = 0 Then
bdvb.Execute "Insert into Regioes(regiao) values('" & txt_regiao & "')"
End If
End If
ElseIf SSTab1.Tab = 2 Then
If tab_estados.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_estados.Close 'tabela UFS já está aberta em Form_Load e para manipular o BD ela precisa ser fechada para tab_pais.Open (linha abaixo) ter efeito. "Não é possível abrir algo que já está aberto".
tab_estados.Open "Select * from Estados where uf = '" & txt_estado & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_estados.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Este Estado já foi cadastrado, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_estados.RecordCount = 0 Then
bdvb.Execute "Insert into Estados(uf) values('" & txt_estado & "')"
End If
End If
ElseIf SSTab1.Tab = 3 Then
If tab_municipios.State = adStateOpen Then 'determina o estado, a situação em que se encontra
tab_municipios.Close 'tabela UFS já está aberta em Form_Load e para manipular o BD ela precisa ser fechada para tab_pais.Open (linha abaixo) ter efeito. "Não é possível abrir algo que já está aberto".
tab_municipios.Open "Select * from Municipios where nome = '" & txt_municipio & "'" 'o asterisco serve para selecionar todos os atributos da entidade (geral)que vc vai selecionar
If tab_municipios.RecordCount <> 0 Then 'RecordCount conta registros
MsgBox "Atenção! Este Município já foi cadastrado, por favor, verificar.", vbExclamation
Exit Sub
ElseIf tab_municipios.RecordCount = 0 Then
bdvb.Execute "Insert into Municipios (nome) values('" & txt_municipio & "')"
End If
End If
End If
Call box_1
Call limpar
'md_incluir.Enabled = False
End Sub
Private Sub cmd_novo_Click()
Call limpar
End Sub
Private Sub limpar()
If SSTab1.Tab = 0 Then 'refere-se a aba Paises
txt_pais = Clear
txt_pais.SetFocus
ElseIf SSTab1.Tab = 1 Then 'refere-se a aba Cidades
txt_regiao = Clear
txt_regiao.Text = Clear
ElseIf SSTab1.Tab = 2 Then 'refere-se a aba Bairros
txt_bairro = Clear
cbo_cidade = Clear
ElseIf SSTab1.Tab = 3 Then 'refere-se a aba Localizacoes
End If
End Sub
Private Sub cmd_primeiro_Click()
On Error Resume Next
If SSTab1.Tab = 0 Then
tab_pais.MoveFirst
txt_pais = tab_pais!pais
ElseIf SSTab1.Tab = 1 Then 'refere-se a aba Cidades
tab_regioes.MoveFirst
txt_regiao = tab_regioes!regiao
l_uf = tab_regioes!cod_reg 'codigo vai pra variavel l_uf
If tab_pais.State = adStateOpen Then
tab_pais.Close
tab_pais.Open "Select * from UFS where Codigo = " & l_uf
If tab_pais.RecordCount <> 0 Then
cbo_pais.Text = tab_pais!nome 'transforma o codigo em letras
End If
End If
ElseIf SSTab1.Tab = 2 Then 'refere-se a aba Bairros
tab_estados.MoveFirst
txt_bairro = tab_estados!nome
l_cid = tab_estados!cod_cid 'codigo vai pra variavel l_uf
If tab_regioes.State = adStateOpen Then
tab_regioes.Close
tab_regioes.Open "Select * from Cidades where Codigo = " & l_cid
If tab_regioes.RecordCount <> 0 Then
cbo_cidade.Text = tab_regioes!nome 'transforma o codigo em letras
End If
End If
ElseIf SSTab1.Tab = 3 Then 'refere-se a aba Localizacoes
tab_municipios.MoveFirst
txt_municipio = tab_municipios!nome
End If
End Sub
Private Sub cmd_proximo_Click()
On Error Resume Next
If SSTab1.Tab = 0 Then
If tab_pais.EOF = True Then tab_pais.MoveFirst
tab_pais.MoveNext
txt_pais = tab_pais!pais
ElseIf SSTab1.Tab = 1 Then
tab_regioes.MoveNext
If tab_regioes.EOF = True Then
tab_regioes.MoveFirst
End If
txt_regiao = tab_regioes!regiao
l_uf = tab_regioes!cod_uf
If tab_pais.State = adStateOpen Then
tab_pais.Close
tab_pais.Open "Select * from Estados where Codigo = " & l_uf
If tab_pais.RecordCount <> 0 Then
cbo_pais.Text = tab_pais!nome
End If
End If
ElseIf SSTab1.Tab = 2 Then '
tab_estados.MoveNext
If tab_estados.EOF = True Then
tab_estados.MoveFirst
End If
txt_bairro = tab_estados!nome
ElseIf SSTab1.Tab = 3 Then 'refere-se a aba Localizacoes
tab_municipios.MoveNext
If tab_municipios.EOF = True Then
tab_municipios.MoveFirst
End If
txt_logr = tab_municipios!logradouro
End If
End Sub
Private Sub cmd_anterior_Click()
On Error Resume Next
If SSTab1.Tab = 0 Then
If tab_pais.BOF = True Then tab_pais.MoveLast
tab_pais.MovePrevious
txt_pais = tab_pais!pais
ElseIf SSTab1.Tab = 1 Then 'refere-se a aba Cidades
tab_regioes.MovePrevious
If tab_regioes.BOF = True Then
tab_regioes.MoveLast
End If
txt_regiao = tab_regioes!regiao
l_uf = tab_regioes!cod_reg 'codigo vai pra variavel l_uf
If tab_pais.State = adStateOpen Then
tab_pais.Close
tab_pais.Open "Select * from Regioes where cod_reg = " & l_uf
If tab_pais.RecordCount <> 0 Then
'cbo_pais.Text = tab_pais!nome 'transforma o codigo em letras
End If
End If
ElseIf SSTab1.Tab = 2 Then 'refere-se a aba Bairros
tab_estados.MovePrevious
If tab_estados.BOF = True Then
tab_estados.MoveLast
End If
txt_bairro = tab_estados!nome
l_cid = tab_estados!cod_cid 'codigo vai pra variavel l_cid
If tab_regioes.State = adStateOpen Then
tab_regioes.Close
tab_regioes.Open "Select * from Cidades where Codigo = " & l_cid
If tab_regioes.RecordCount <> 0 Then
cbo_cidade.Text = tab_regioes!nome 'transforma o codigo em letras
End If
End If
ElseIf SSTab1.Tab = 3 Then 'refere-se a aba Localizacoes
tab_municipios.MovePrevious
If tab_municipios.BOF = True Then
tab_municipios.MoveLast
End If
txt_municipio = tab_municipios!nome
End If
End Sub
Private Sub cmd_ultimo_Click()
On Error Resume Next
If SSTab1.Tab = 0 Then
tab_pais.MoveLast
txt_pais = tab_pais!pais
ElseIf SSTab1.Tab = 1 Then 'refere-se a aba Cidades
tab_regioes.MoveLast
txt_regiao = tab_regioes!regiao
l_uf = tab_regioes!cod_reg 'codigo vai pra variavel l_uf
If tab_pais.State = adStateOpen Then
tab_pais.Close
tab_pais.Open "Select * from UFS where Codigo = " & l_uf
If tab_pais.RecordCount <> 0 Then
cbo_pais.Text = tab_pais!nome 'transforma o codigo em letras
End If
End If
ElseIf SSTab1.Tab = 2 Then 'refere-se a aba Bairros
tab_estados.MoveLast
txt_estado = tab_estados!nome
ElseIf SSTab1.Tab = 3 Then 'refere-se a aba Localizacoes
tab_municipios.MoveLast
txt_logr = tab_municipios!logradouro
End If
End Sub
Private Sub Form_Load()
' Call OpenBD
Call OpenUrna
Do While tab_pais.EOF = False
cbo_pais.AddItem tab_pais!pais
cbo_pais.ItemData(cbo_pais.NewIndex) = tab_pais!cod_pais 'faz com que a combo_box salve no BD o codigo da UF e não a própria UF
tab_pais.MoveNext
Loop
End Sub
Private Sub Label6_Click()
End Sub
Private Sub Label4_Click()
End Sub
Private Sub txt_pais_Change()
cmd_incluir.Enabled = True
End Sub
Private Sub txt_pais_KeyPress(KeyAscii As Integer)
KeyAscii = Asc(UCase$(Chr$(KeyAscii))) ' para letras maiusculas
Select Case KeyAscii
Case vbKeyDelete
Case vbKeyBack
Case 65 To 90 'somente letras
Case Else
Beep
KeyAscii = 0
End Select
If KeyAscii = 46 Then 'não aparecer ponto (.)
KeyAscii = 0
End If
End Sub
Private Sub txt_pais_LostFocus()
txt_pais = UCase(txt_pais) 'na txtbox pode aparecer letras minusculas, mas no BD só cadastra maiúscula
End Sub