Emmitt and Dan,
 
Jean-Marc has (finally) replied that the output solution works great and he
thanks you both for your help.
 
Claudine :-)
 
  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Claudine
Robbins
Sent: Friday, December 12, 2008 8:21 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: WRITE
 
Dan,
 
I'm not sure but I think that Jean-Marc outputs some kind of report or
message as a jpg and that's why he gets multiple images.  I noticed in the
HELP that RBTI uses the hourglass.gif which is animated and therefore has
multiple images.  I'll let you know what J-M says.
 
Claudine 
 
 
  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg
Sent: Friday, December 12, 2008 8:00 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: WRITE
 
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 
 

Reply via email to