There is this on the forum.
https://forums.informationbuilders.com/eve/forums/a/tpc/...1057331/m/6331020932A quick and dirty method would be to first of all define a BLOB in wf as ACTUAL and USAGE of A8000 (think this is the biggest wf can take) nb do not use TX defaults.
TABLE FILE BLOBFILE
PRINT BLOBFIELD
IF RECORDLIMIT EQ 1
ON TABLE SAVE
END
-RUN
CMD COPY SAVE.FTM SAVE.JPG
-RUN
-* now incorporate into stylesheet
now you will be extremely lucky to get this simplistic approach to work.
1. The A8000 field has trailing blanks that the JPEG viewer may disagree with.
2. The convert jpeg to BLOB routine and vice versa may trim off headers do compression etc. You really need to call the routine to do the job.
3. You may have EBCDIC ASCII coding / character set issues.
Good luck you are going to need it!
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo