Dan, Create another FORM attached to your table with the image. Assign a DB-Image control to your desired column.
In your scrolling region form 1. assign a Form Variable to your unique row 2. place a bit button OUTSIDE of the scrolling region 3. place this code in your button EDIT USING myimageform WHERE yourrowid = .vyourrowid This should now bring up your image in another form and if you double clik on the image gives you the Blob-Editor. There may be another way but this one works. Jan Johansen -----Original Message----- From: "Dan Goldberg" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Fri, 10 Jul 2009 09:56:55 -0700 Subject: [RBASE-L] - db images I have a form with a scrolling region and db images. I am using the db image control with some other fields but it is really slow when you get a lot of them in the database. I am thinking if I had buttons instead of the db image it would be faster but I have one problem. How can I make a button open the blob viewer for a field in an eep?? The only other way I can think of is to have a popup form with that field. Any thoughts? TIA Dan Goldberg

