I have put a bit button INSIDE the scrolling region, so there 
is a little button on each row.  You can put an icon on the
button that represents that there's an image.  That way the
person can use the [enter] key to navigate thru the row, and
then press [spacebar] when they're on the button to bring up
the picture.  

Karen

 
> 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
> 
> 

Reply via email to