Ver Mensaje Individual
  #3  
Antiguo 25-08-2007
sexshop_3 sexshop_3 is offline
Baneado
 
Registrado: nov 2006
Posts: 18
Reputación: 0
sexshop_3 Va por buen camino
Smile

SI ESTAS USANDO UN Ttable:

Código Delphi [-]
procedure TForm1.Button1Click(Sender: TObject);
var nombre:string
begin
    table.last;
    nombre:=table.fieldbyname('clave').asstring;
end;

DONDE 'clave' ES EL NOMBRE DEL CAMPO DEL QUE QUIERES SACAR LOS DATOS
Responder Con Cita