AJUDA COM BOTOES DELETE E BUSCA?
?
Alguem me ajuda ?O que ta faltando aqui para funcionar
Private Sub cmdBusca_Click()
txt1.Enabled = True
txt2.Enabled = True
txt3.Enabled = True
txt4.Enabled = True
txt5.Enabled = True
txt6.Enabled = True
txt7.Enabled = True
txt19.Enabled = True
Adodc1.Recordset.MoveLast
cmdBusca.Enabled = True
MsgBox [Ô]Dados Encontrados[Ô]
End Sub
E Aqui
Private Sub cmdExcluir_Click()
txt1.Enabled = True
txt2.Enabled = True
txt3.Enabled = True
txt4.Enabled = True
txt5.Enabled = True
txt6.Enabled = True
txt7.Enabled = True
txt19.Enabled = True
Adodc1.Recordset.Delete
cmdExcluir.Enabled = True
MsgBox [Ô]Dados Apagados[Ô]
End Sub
Lembrando to usando VB6.
Alguem me ajuda ?O que ta faltando aqui para funcionar
Private Sub cmdBusca_Click()
txt1.Enabled = True
txt2.Enabled = True
txt3.Enabled = True
txt4.Enabled = True
txt5.Enabled = True
txt6.Enabled = True
txt7.Enabled = True
txt19.Enabled = True
Adodc1.Recordset.MoveLast
cmdBusca.Enabled = True
MsgBox [Ô]Dados Encontrados[Ô]
End Sub
E Aqui
Private Sub cmdExcluir_Click()
txt1.Enabled = True
txt2.Enabled = True
txt3.Enabled = True
txt4.Enabled = True
txt5.Enabled = True
txt6.Enabled = True
txt7.Enabled = True
txt19.Enabled = True
Adodc1.Recordset.Delete
cmdExcluir.Enabled = True
MsgBox [Ô]Dados Apagados[Ô]
End Sub
Lembrando to usando VB6.
To fazendo uma agenda com banco de dados adodc e preciso criar botão de add , excluir, limpa e procurar ok
só quero ajuda to começando agora c não que ajudar blz...
esse forum é pra ajuda tmbm ou não. é só pra quem sab de tudo?
Para buscar, primeiro estabelece-se os critérios de pesquisa:
Select * from tabela where campo1 = [ô]valor1[ô]
Para deletar o processo é parecido:
Delete from tabela where campo1 = [ô]valor1[ô]
Para podermos ajudar vc no que vc precisa, vc precisa explicar o que quer fazer...
Select * from tabela where campo1 = [ô]valor1[ô]
Para deletar o processo é parecido:
Delete from tabela where campo1 = [ô]valor1[ô]
Para podermos ajudar vc no que vc precisa, vc precisa explicar o que quer fazer...
obrigado era so isso msm.
Tópico encerrado , respostas não são mais permitidas