This is a snippet of my code to transform the database image to a jpg. It will create dat and an lob. The dat you do not need. This should work for tiff. I do not think there are multipage jpgs. OUTPUT test.dat UNLOAD DATA FOR masterpics USING partpic WHERE part# = .vpartnum OUTPUT SCREEN SET VAR vfile = (.vpartnum + '.jpg') RENAME test.lob .vfile delete test.dat
Dan Goldberg _____ From: [email protected] [mailto:[email protected]] On Behalf Of Claudine Robbins Sent: Thursday, December 11, 2008 7:26 PM To: RBASE-L Mailing List Subject: [RBASE-L] - WRITE Once you have imported an image into a table and you wish to recreate it to print it, using the WRITE command, it only restores the first page (WRITE .vVarbitData TO File.jpg). Is there another way to capture or to recreate a multiple page image to view and to print after it's been loaded into a table? TIA, Claudine

