Ver Mensaje Individual
  #2  
Antiguo 11-05-2007
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
Para entenderlo un poco mejor acuerdate de usar las etiquetas.
Código Delphi [-]
if(Ba->Caption=="Agregar")
{ Ba->Caption="Guardar";
DBApe->Text="";
DBApe->SetFocus();
DMAgenda->TCApellid->Append();
}
else
{ Ba->Caption="Agregar";
DMAgenda->TCApellid->Insert();
DMAgenda->TCApellid->Post();
}
saludos
Responder Con Cita