> You wrote before the code is:
> if fld1 is tblobfield then
> ? 

Yes, it was to isolate the problem.

The original line that generates error is:

---> if fld1 is tblobfield and (self.fblobintf <> nil) then begin 

As work-around, removing "fld1 is tblobfield" makes trunk happy:

---> if self.fblobintf <> nil then begin 

To resume, the problem comes from "if fld1 is tblobfield".








-----
Many thanks ;-)
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to