Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Forms 4.5 Loading images problem
I have created several Forms with Image objects to allow our scientists
to load images of their rock samples. We decided to limit the image
file type to jpgs (JFIF) for space conservation.
The user is able to type in a path name and a trigger on a button which reads:
read_image_file (:blockname.path, 'JFIF', 'sketch');
activates.
I have discovered that my forms are rather selective about the jpg images that they will accept - the following scenarios have occurred (all files transferred to UNIX environemnt using RapidFiler):
File 1. Downloaded BMP file from internet, opened in Paintshop Pro and saved as .JPG. Transferred to Unix environment, I type in the file path and it loads.
File 2. Scan in image and save as JPG.Transferred to Unix, I type in the file name and the "working" message VERY briefly appears at the base of the form and then nothing - the file does not load, but no error occurs. I then went back to the Windows environment, resaved the file using PSP as a JIF file, and found that this loads perfectly.
File 3. Digitally captured image from a microscope saved as JPG does not load, this is then saved as a BMP, change the file type accepted in the trigger and this loads. Resave this image as a JPG file and try loading again (changing the accepted file type back to JFIF in the trigger), and it loads perfectly.
Does anyone understand what is happening and how to get around this problem in such a way that my users (some of whom are not particularly comfortable with databases) can cope with this issue?
Many thanks
Suzanne Edgecombe
"The number of the beast - vi vi vi"
Received on Tue Aug 18 1998 - 01:33:01 CDT
![]() |
![]() |