Ver Mensaje Individual
  #3  
Antiguo 19-09-2005
afxe afxe is offline
Miembro
 
Registrado: jul 2004
Ubicación: Malaga-España
Posts: 273
Reputación: 20
afxe Va por buen camino
Post Data:

Se me había olvidado el AsString:

Código:
  
if Pos (MiQuery.FieldByName('Mi_Campo').AsString, ' A PA ') > 0 then begin
	Inc(Contador);
end;
Responder Con Cita