Hi Paul,
I use the following code to print an image direct from a binary memo:
sHlp is string
sHlp=HInfoMemo(MyFile,element) // where element is the memofield
IF ExtractString(sHlp,1)="IMG" THEN
...iPrintImage(MyFile.element,0,iYPos(),iPageWidth(),iPageHeight(),0)
END
and it works fine for me ! It is
not in an report, but may be it interest you.