Subject | Re: [IBO] TBlobField problem |
---|---|
Author | Tilo Muetze |
Post date | 2001-11-06T17:58:46Z |
""Andreas Pohl"" <apohl@...> schrieb im Newsbeitrag
news:005c01c166e9$0b81e5c0$3202a8c0@pc900...
I have made:
PICTField := TIB_ColumnBlob(ibqryPicture.FieldByName('PICTURE'));
but then this line fails on runtime:
PICTField.Assign( JI1 ); // you have named it J1 and I've changed it to JI1
because I can't find a refernce to J1
with the message
'Feld PICTURE kann nicht als Typ Float angesprochen werden' (sorry for the
german message but I can't find a good translation :)
BTW: As my example looks a little bitmore generic: Do you have any idea why
my original code fails?
--
Regards,
Tilo Muetze
news:005c01c166e9$0b81e5c0$3202a8c0@pc900...
> This is working for me.=20Thanks Andreas but could give me some more assistance :)
>
> PICTField: TIB_ColumnBlob;
> Image1: TImage;
I have made:
PICTField := TIB_ColumnBlob(ibqryPicture.FieldByName('PICTURE'));
but then this line fails on runtime:
PICTField.Assign( JI1 ); // you have named it J1 and I've changed it to JI1
because I can't find a refernce to J1
with the message
'Feld PICTURE kann nicht als Typ Float angesprochen werden' (sorry for the
german message but I can't find a good translation :)
BTW: As my example looks a little bitmore generic: Do you have any idea why
my original code fails?
--
Regards,
Tilo Muetze