Ver Mensaje Individual
  #3  
Antiguo 23-08-2005
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 [-]
with QTipoDoc do begin
 if Active then Close;
 SQL.clear;
 SQL.Add('select cod_tipo, nom_tipo ');
 SQL.Add('from tipo_doc order by cod_tipo');
 Open;
 First;
end; //with
__________________

Responder Con Cita