Ver Mensaje Individual
  #6  
Antiguo 29-02-2008
Avatar de ContraVeneno
ContraVeneno ContraVeneno is offline
Miembro
 
Registrado: may 2005
Ubicación: Torreón, México
Posts: 4.738
Reputación: 23
ContraVeneno Va por buen camino
Código Delphi [-]
procedure TCnxDatos.DSTablaDataChange(Sender: TObject; Field: TField);
begin 
Label1.Caption := IntToStr(ADOTabla1.RecNo+1);
end;
__________________

Responder Con Cita