Fórum MUITO SIMPLES!!! MAS NÃO SEI :( #138754
19/02/2003
0
Grato,
Anonymous
Curtir tópico
+ 0Posts
19/02/2003
Anonymous
Gostei + 0
19/02/2003
Carnette
begin
TabelaTal.Insert;
end;
Button2Onclick(sender);
begin
TabelaTal.Save;
end;
Button3Onclick(sender);
begin
TabelaTal.Delete;
end;
e por aí vai
Gostei + 0
19/02/2003
Anonymous
table1.delete
table1.next;
table1.last;
table1.prior;
table1.first
Gostei + 0
20/02/2003
Anonymous
Caro,
Segue exemplo abaixo. Para saber mais, posicione o ponteiro do mouse sobre a palavra [b:d3e7c0e6d8]BtnClick[/b:d3e7c0e6d8] e em seguinda pressione [b:d3e7c0e6d8]F1[/b:d3e7c0e6d8].
Atenciosamente,
[]´s
Aroldo Zanela
procedure TForm2.AdicionarClick(Sender: TObject); begin dbNavigator1.BtnClick(nbInsert); end;
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)