Re: Displaying Images in Rev

2011-02-24 Thread J. Landman Gay
On 2/24/11 4:06 PM, Tim Ponn wrote: Mark, Thanks for the idea...but it still doesn't work. I'm thinking maybe I'm approaching this from the wrong direction somehow. Setting the text of an image is the same as "putting" one image into another, so it fails the same way my original suggestion d

Re: Displaying Images in Rev

2011-02-24 Thread Tim Ponn
Mark, Thanks for the idea...but it still doesn't work. I'm thinking maybe I'm approaching this from the wrong direction somehow. On Feb 24, 2011, at 3:48 PM, Mark Schonewille wrote: > Hi, > > You can't set the imagedata to jpeg data. You can set imagedata only to > imagedata. You want to se

Re: Displaying Images in Rev

2011-02-24 Thread Mark Schonewille
Hi, You can't set the imagedata to jpeg data. You can set imagedata only to imagedata. You want to set the text instead, something like Set the text of img x to myJpegData -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a lo

Re: Displaying Images in Rev

2011-02-24 Thread Tim Ponn
Thanks, but it still doesn't work. I think I failed to describe exactly what it is that I've got here. I have a stack with a single empty image object, we'll call it "Test1"... and 20 fields. Further, I have a file that contains both binary jpeg image data and readable text. Each "record" wit

Re: Displaying Images in Rev

2011-02-24 Thread J. Landman Gay
On 2/24/11 12:58 PM, Tim Ponn wrote: Hello all! I've got a file that has many jpg images embedded in it (something like 19,000 or so). There's other data in there too. I can isolate a particular record. I can see the binary jpeg data. I can copy that data, create a new jpg file...then open t

Displaying Images in Rev

2011-02-24 Thread Tim Ponn
Hello all! I've got a file that has many jpg images embedded in it (something like 19,000 or so). There's other data in there too. I can isolate a particular record. I can see the binary jpeg data. I can copy that data, create a new jpg file...then open that file with a jpeg viewer and all