Ver Mensaje Individual
  #6  
Antiguo 21-01-2011
Lenny Lenny is offline
Miembro
 
Registrado: jun 2007
Posts: 161
Reputación: 17
Lenny Va por buen camino
Unhappy

Estimado, no me corre intento ejecutarlo asi:

Código Delphi [-]
procedure TPRODUCCIONBG.Change(Sender: TObject);
begin
  while not BDATOS.TMPRIMASF.Eof do
  begin
    Filtro := Filtro + ' or COD_INTERNO = ' + BDATOS.TMPRIMASF;
    BDATOS.MPRIMASF.Next
  end;
  BDATOS.TMPRIMAS.filter := Filtro;
end;

Me envia dos errores:

Código:
[DCC Error] PRODUCBG.pas(67): E2003 Undeclared identifier: 'Filtro'
Código:
[DCC Error] PRODUCBG.pas(67): E2015 Operator not applicable to this operand type
¿Que estoy haciendo mal?, gracias por la paciencia...
Responder Con Cita