Ver Mensaje Individual
  #10  
Antiguo 01-09-2010
gonza_619 gonza_619 is offline
Miembro
 
Registrado: feb 2010
Posts: 157
Reputación: 17
gonza_619 Va por buen camino
concatenar 2 edits para un cmapo

bien muchas gracias por tu ayuda seria algo asi entonces

Código Delphi [-]
var
  ApelNom: string;
begin
  ApelNom:= Edit1.Text + ' ' + Edit2.Text;
   table1.fieldbyname('apellido y nombre').asstring:=apelnom;
end;
Responder Con Cita