![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
Código:
if not table1.active then table1.open;
table1.edit;
table1.fieldbyName('Nombre').AsString := dbedit1.text;
try
table1.post
except
Showmessage('Error insertando registro');
end;
__________________
Saludos, Peter Investment |
|
|
|