Page 1 of 1

ftGraphic Error

Posted: Tue 19 Feb 2013 00:18
by martind1
this code works:
ParamByName('BITMAP').LoadFromFile(FN, ftBlob);
this code results in error "datatype is not supported"
ParamByName('BITMAP').LoadFromFile(FN, ftGraphic);

Thanks for your respond.

Re: ftGraphic Error

Posted: Tue 19 Feb 2013 10:35
by AndreyZ
Thank you for the information. We will investigate the possibility of adding such functionality. For now, you should use ftBlob.