READ_IMAGE_FILE

The simplest way to load image in an image item on forms is on WHEN-BUTTON-PRESSED trigger:
read_image_file('/schite/test4.jpg', 'ANY', 'bl_Ctrl.image_item1');
where 'schite/test4.jpg' is an existing file on my Application Server 10g , a file with appropriate permissions. The form contains only one button and one image item, and the only pl/sql code is read_image_file above;
If the file exists in the Application Server path specified, form become unresponsive (hourglass, as is executing a long code). The code is not working for any file path existing in Application Server.
When i tested the code with a wrong path (ex: '/schite/nonexistingfile') the forms respond correct with message: FRM-47109 'Cannot locate file /schite/nonexistingfile'. If the path is correct form is showing the hourglass and becoming unresponsive.
It's a bug? It's something wrong with my application server? (evrething else is working ok).

The "imageNamed" method is only for images in specific locations. If you need to create an image from an arbitrary location, use "initWithContentsOfFile".
Also, development questions like this should probably go in the Developer forum: https://discussions.apple.com/community/developer_forums

Similar Messages

  • Problem in using client_image.read_image_file

    Hi all
    I want to load a picture file into a forms item at Develeoper Forms 10g Rel.2 with the following procedure, but it doesnt work and i also get no error.
    PROCEDURE import_image
    IS
    vFileName VARCHAR2(512);
    BEGIN
    -- Transfer Picture from File Directory to Forms Item.
    GO_BLOCK('FOTO');
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), DEFAULT_WHERE,
    'natpers_oid = 55664');
    EXECUTE_QUERY;
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), INSERT_ALLOWED,
    PROPERTY_TRUE);
    SET_BLOCK_PROPERTY(FIND_BLOCK('FOTO'), UPDATE_ALLOWED,
    PROPERTY_TRUE);
    SET_ITEM_PROPERTY(FIND_ITEM('FOTO.FOTO'), INSERT_ALLOWED,
    PROPERTY_TRUE);
    SET_ITEM_PROPERTY(FIND_ITEM('FOTO.FOTO'), UPDATE_ALLOWED,
    PROPERTY_TRUE);
    BEGIN
    vFileName := NULL;
    vFileName := webutil_file.file_selection_dialog('C:\Temp\', '*',
    '|Foto Dateien(*.bmp)|*.bmp|', 'Foto');
    END;
    IF vFileName IS NOT NULL THEN
    client_image.read_image_file(vFileName, 'BMP', FIND_ITEM('FOTO.FOTO'));
    client_host('cmd DEL ' || vFileName);
    END IF;
    END import_image;
    I think the WebUtil 1.0.6 works properly because the 'webutil_file.file_selection_dialog' (see above) works fine.
    Now can somebody give me a tip?
    Best regards
    Martin

    I found the problem :-)
    When i change the following parameter in the file webutil.cfg it works fine.
    transfer.appsrv.enabled=TRUE (old: FALSE)
    Martin

  • Why READ_IMAGE_FILE is not working in Linux Appln Server?

    Hello!
    I have a form with a new_form_instance Trigger I wrote the read_image_file trigger to read a GIF file in an image item.It works fine on windows XP(development machine).I copied the GIF file to the same location where my fmx files are there in Linux application server.I copied and compilied my fmb file in linux application server.No compilation error is there.But when I run form from Linux the form hangs and my read_image_file command is at new form instance Trigger.I have checked the case sensitivity of the file and the permission etc in Linux.In windows Development machine the form runs successfully.What could be the problem.Please help.......
    Jayashree

    Hi
    Incase if you find any server related error like "FRM-92101" happening on READ_IMAGE_FILE functionality, try to change the image item format from TIFF to BMP/JFIF.
    Otherwise if you changed any Jinitiator or JRE Version, sign again for all the JAR Files and restart your server.

  • Client_Image.READ_IMAGE_FILE problems

    Hi, I have search all over OTN and the web and can't seem to find a solution to my problem. Im using Forms 10gR2, and am trying to display a TIFF image in a form. I am not getting any errors, its just not displaying the image at all.
    I have the images stored in C:\temp\0-GRAPHICS\. I have looked at the webutil.cfg file and updated it with the following:
    #NOTE: By default the file transfer is disabled as a security measure
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\TEMP
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    transfer.appsrv.read.2=c:\
    transfer.appsrv.read.3=c:\DevSuite10_1_2
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    transfer.appsrv.write.2=c:\
    transfer.appsrv.write.3=c:\DevSuite10_1_2
    When I run the code, i get no error, it seems to work, just no picture displayed. Here is my code
    When-Button-Pressed trigger:
    DECLARE
    tiff_image_dir VARCHAR2(80) := 'C:\temp\0-GRAPHICS\';
      photo_filename VARCHAR2(80);
    BEGIN /* ** Set the message level high so we can gracefully handle ** an error reading the file if it occurs */
      :CB_PLATE_TIFF.ESL_NUMBER := :UNION_HDRS.ESL_NO;
      :CB_PLATE_TIFF.PLATE_NUM := :EIF_ONE_PPB.EIF_PLATE_NO;
      :System.Message_Level := '25';
      /* ** After fetching an employee record, take the employee's ** Userid and concatenate the '.TIF' extension to derive **
      the filename from which to load the TIFF image. The EMP ** record has a non-database image item named 'EMP_PHOTO' ** into which we read the image. */
      photo_filename := tiff_image_dir||:CB_PLATE_TIFF.ESL_NUMBER||'\'||:CB_PLATE_TIFF.PLATE_NUM||'.tif';
      /* ** For example 'photo_filename' might look like: ** ** /usr/staff/photos/jgetty.tif ** ------ ** ** Now, read in the appropriate image. */
      client_image.READ_IMAGE_FILE(photo_filename, 'TIFF', 'CB_PLATE_TIFF.IMG_PLATE');
      IF NOT FORM_SUCCESS THEN
      MESSAGE('The TIFF file '||:CB_PLATE_TIFF.PLATE_NUM||'.tif does not exist.');
      END IF;
      :SYSTEM.MESSAGE_LEVEL := '0';
      GO_BLOCK('CB_PLATE_TIFF');
    END;
    Am i not initializing the tiff_image_dir properly? Thanks for any help.

    Without actually being able to test your form, my only remaining guess is that the version you are using has a defect.  Since you did not mention exactly which version you are using, I will guess and say that you are using an unpatched version.  Please ensure that you are using Forms 10.1.2.3.  If you are not using this patch version, I recommend you download and install it.  You must have a current MyOracleSupport (and Support) account to do so.  The patch ID number is:  5983622
    Also, since version 10 is no longer entitled to Premiere Support, it might be a good time to consider upgrading to the latest release, 11.1.2.2
    http://www.oracle.com/technetwork/developer-tools/forms/downloads
    Installing WebLogic Server 10.3.6 is a prerequisite to installing Forms/Reports 11.1.2.2, so be sure to download and install it first.  Be sure to review the product documentation before installing any software.
    http://docs.oracle.com/cd/E48391_01/index.htm

  • READ_IMAGE_FILE in Oracle Forms6.0, Code added

    Hi,
    I have two tif files one is compressed in Lempel-Ziv and another is not. Now READ_IMAGE_FILE does not read the image compresses in Lempel-Ziv file but does read the other tiff files. Also the size of the tiff file with Lempel-Ziv compression greater than 1084KB while the others are 60 to 65 KB.
    The operating system being used is Windows2000.
    When Button Pressed has the following code
    DECLARE
    a NUMBER;
    b VARCHAR2(2000);
    filename VARCHAR2(256);
    v_dirname varchar2(255);
    v_filename varchar2(255);
    BEGIN
         GO_BLOCK('CONTROL');
         GO_BLOCK('SCANNED_IMAGES');
    a := Imaging_DImgScan.OpenScanner(:item('CONTROL.ocx').interface);
    a := Imaging_DImgScan.ResetScanner(:item('CONTROL.ocx').interface);
    a := Imaging_DImgScan.StartScan(:item('CONTROL.ocx').interface);
    b := Imaging_DImgScan.DestimageControl(:item('CONTROL.ocx').interface);
    Imaging_DImgScan.DestimageControl(:item('CONTROL.ocx').interface,b);
    a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
    GO_BLOCK('SCANNED_IMAGES');
    :SYSTEM.MESSAGE_LEVEL := 25;
    --filename := GET_FILE_NAME(FILE_FILTER='TIFF');
    v_dirname := 'C:\';
    v_filename := get_file_name(v_dirname,NULL,'tiff files(*.tif)|*.tif|');
    IF v_filename is not null THEN
    read_image_file(v_filename,'ANY', 'SCANNED_IMAGES.IMAGE_DATA');
    end if;
    :global.pagecount := '1';
    IF NOT FORM_SUCCESS THEN
    --a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
    message(' There was a scanning error. ');
    message(' There was a scanning error. ');
    :SYSTEM.MESSAGE_LEVEL := 0;
    RETURN;
    END IF;
    :SYSTEM.MESSAGE_LEVEL := 0;
    IF :SCANNED_DOCUMENTS.zoom_amount IS NOT NULL THEN
    Image_Zoom('SCANNED_IMAGES.image_data', ZOOM_PERCENT, :scanned_documents.zoom_amount);
    END IF;
    :scanned_images.page_count := to_number(:GLOBAL.PAGECOUNT);
    :scanned_images.description := 1;
    :scanned_images.page_number := 1;
    EXCEPTION
         WHEN OTHERS THEN
    a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
    message(' Scanner Not Available ');
    message(' Scanner Not Available ');
    END;
    Can anybody help?
    Thanks

    Sorry, I have no clue as to that might cause this.
    but maybe this will help others understanding your code:
    declare
       a                                            number;
       b                                            varchar2( 2000 );
       filename                                     varchar2( 256 );
       v_dirname                                    varchar2( 255 );
       v_filename                                   varchar2( 255 );
    begin
       go_block( 'CONTROL' );
       go_block( 'SCANNED_IMAGES' );
       a := Imaging_DImgScan.OpenScanner(:item('CONTROL.ocx').interface);
       a := Imaging_DImgScan.ResetScanner(:item('CONTROL.ocx').interface);
       a := Imaging_DImgScan.StartScan(:item('CONTROL.ocx').interface);
       b := Imaging_DImgScan.DestimageControl(:item('CONTROL.ocx').interface);
       Imaging_DImgScan.DestimageControl(:item('CONTROL.ocx').interface,b);
       a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
       GO_BLOCK('SCANNED_IMAGES');
       :SYSTEM.MESSAGE_LEVEL := 25;
       --filename := GET_FILE_NAME(FILE_FILTER='TIFF');
       v_dirname := 'C:\';
       v_filename := get_file_name(
                       v_dirname
                     , null
                     , 'tiff files(*.tif)|*.tif|' );
       if v_filename is not null
       then
          read_image_file(
             v_filename
           , 'ANY'
           , 'SCANNED_IMAGES.IMAGE_DATA' );
       end if;
       :global.pagecount := '1';
       if not form_success
       then
          --a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
          message( ' There was a scanning error. ' );
          message( ' There was a scanning error. ' );
          :system.message_level := 0;
          return;
       end if;
       :system.message_level := 0;
       if :scanned_documents.zoom_amount is not null
       then
          image_zoom(
             'SCANNED_IMAGES.image_data'
           , zoom_percent
           , :scanned_documents.zoom_amount );
       end if;
       :scanned_images.page_count := to_number( :global.pagecount );
       :scanned_images.description := 1;
       :scanned_images.page_number := 1;
    exception
       when others
       then
          a := Imaging_DImgScan.CloseScanner(:item('CONTROL.ocx').interface);
          message( ' Scanner Not Available ' );
          message( ' Scanner Not Available ' );
    end;good luck!
    Message was edited by:
    Remco Goris

  • READ_IMAGE_FILE bug?

    The simplest way to load image in an image item on forms is on WHEN-BUTTON-PRESSED trigger:
    read_image_file('/schite/test4.jpg', 'ANY', 'bl_Ctrl.image_item1');
    where 'schite/test4.jpg' is an existing file on my Application Server 10g , a file with appropriate permissions. The form contains only one button and one image item, and the only pl/sql code is read_image_file above;
    If the file exists in the Application Server path specified, form become unresponsive (hourglass, as is executing a long code). The code is not working for any file path existing in Application Server.
    When i tested the code with a wrong path (ex: '/schite/nonexistingfile') the forms respond correct with message: FRM-47109 'Cannot locate file /schite/nonexistingfile'. If the path is correct form is showing the hourglass and becoming unresponsive.
    It's a bug? It's something wrong with my application server? (evrething else is working ok).

    Hi,
    Copy your all image files into directory where your
    HTML files directory ( Oracle search these image files in
    local directory ( directory of HTML file ))
    Best Regards,
    Darshan Desai
    Mumbai, India.
    Bart (guest) wrote:
    : Hi,
    : I use the read_image_file procedure to load a local image
    file
    : in my form. I use also images store in my database (blob
    format).
    : When I launch my form in my web browser (Netscape 4.7 and
    IE5),
    : read_image_file procedure not work. And images from local and
    : database where replaced by an broken link picture.
    : How can I resolve this ???
    : Thanks for your help,
    : Bart
    null

  • Using READ_IMAGE_FILE BUILT-IN IN Forms causes a loss in the  resolution

    Hi All
    Oracle Developer suite 10g, database 11 gr2, windows Platform
    I'm using READ_IMAGE_FILE BUILT-IN in forms builder to read an image and get a good background for the form, but the image displays in the form with a resolution that is less than the actual image resolution.
    Please help

    Francois,
    Sorry, because I don't have any background about java,
    This is the java console output after saving a new record :
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\it maniger
    Proxy Configuration: Browser Proxy Configuration
    JAR cache enabled
    Location: C:\Documents and Settings\it maniger\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    Loading http://itmanage:8889/forms/java/frmall_jinit.jar from JAR cache
    Loading http://itmanage:8889/forms/java/myappicons.jar from JAR cache
    Loading http://itmanage:8889/forms/java/frmwebutil.jar from JAR cache
    Loading http://itmanage:8889/forms/java/jacob.jar from JAR cache
    Loading http://itmanage:8889/forms/java/handleimage.jar from JAR cache
    Loading http://itmanage:8889/forms/java/classes12.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 10.1.2.0
    Lecture.bLog=true
    Lecture.bLog=true
    InitConn=jdbc:oracle:thin:@zogotoun-jnq4h6:1521:XE
    InitUser=tutoforms
    InitPwd=tuto
    Clear imge
    Searching JAR for file:///f:\femtosoft\fmst\mainmenu.jpg
    Unable to find file:///f:\femtosoft\fmst\mainmenu.jpg in JAR
    Searching docbase for file:///f:\femtosoft\fmst\mainmenu.jpg
    Constructed URL: file:/f:/femtosoft/fmst/mainmenu.jpg
    Image found in DOCBASE: file:/f:/femtosoft/fmst/mainmenu.jpg
    Start Ecriture()
    Ecriture() : Connect to database
    Ecriture() : error connecting to the database java.security.AccessControlException: access denied (java.net.SocketPermission zogotoun-jnq4h6 resolve)
    Ecriture() : execute query=UPDATE PHOTOS set PHOTO_JAVA = ? where IDENTIFIANT=5
    java.lang.NullPointerException
    Mostafa

  • WebUtil - Read_Image_File Issue

    In the process of converting from 6.0 to 9i certain forms require WebUtil which has been installed successfully. However, when using the procedure 'Client_Image.Read_Image_File' I have discovered a 'problem'.
    After the .bmp files have been read and processed I need to 'rename' and 'move' these files to another directory via Host commands. But, there seems to be a sharing violation where the source or destination may be in use. The only way I have found to 'release' the files is to close the Oracle9iAS Forms Services. Since this is unacceptable, is there a command which I could use to close/release the open .bmp files ?!
    Any help/suggestions would be greatly appreciated.
    Steve D.

    Hello,
    I am facing similar problem while trying to delete downloaded/stored temporary word documents. It is possible to delete the files manually only after the browser is closed. Is there any work around for deleting these temporarily downloaded/used files no longer in use from the application without closing the browser?
    When we have to leave downloaded copies of docs from database on to local end users machines it puts us in a very bad shape.
    Thanks.
    Ravindranath Chittar

  • READ_IMAGE_FILE question

    Hi,
    I am wandering if anyone is aware of a bug or else with READ_IMAGE_FILE within Forms 6i, its just that I have been successfully storing away images to the DB by the hundreds without any problems but have just a handfull of cases that refuse, infact as soon as I capture the image the application just hangs forcing a CTRL+ALT+DEL.
    Please throw any suggestions at me.
    Cheers

    Hi Grant,
    The equipment used to capture all images is exactly the same and all is hard coded within the form. I have included the code line if it helps.
    Read_Image_File(:GLOBAL.image_filename,'ANY','table_images.image');
    (Have I interpreted your comments correctly ?)

  • READ_IMAGE_FILE built in on Forms 6i

    Hi all,
    I have learned there was a bug in Forms 6i (Win2000) using READ_IMAGE_FILE built-in. It was not possible to load JPG images without converting them in JFIF.
    Is this bug fixed? And is it a way to use an URL instead of a filesystem path to locate the image wanted?
    Thanks, Marco.

    Marco,
    If you can provide me with a bug number, then I can look it up and tell you if its fixed. Actually the read_image_from_file is supposed to read an image from the filesystem. Read image from a URL is not supported in Forms.
    Frank

  • Read_image_file issue resizing when format= url

    Hi,
    I'm migrating from 6i
    I have some images to display, let's say logos and such, which in c/s I loaded with read_image_file into an image_item.
    Now, in the 11g version, I've put all that logos in a jar, as the read_image_file is now relative to the weblogic server, not the forms client.
    So, I'm changing this code:
    Read_Image_File ('H:\mypath\logos\mylogo.tif', 'TIFF', 'block.image_item1');
    by this:
    synchronize;     -- now this is neccesary
    Read_image_file (file_name => 'aenor.gif', file_type => 'url', item_name => 'BLOQUE.LOGO1');
    after converting my logo to gif and putting it inside a jar (which I load properly in formsweb.cfg).
    The problem:
    I see the image, but,
    If I set sizing style property to adjust, the image appears very tiny inside the image_item .
    If I set that property to crop, the image crops as expected (the gif is bigger than the item).
    Any hint or workaround (other than resizing the gif)?

    The URL option does not support scaling. 
    Consider what Francois suggested in this other post:  Display an static image
    http://forms.pjc.bean.over-blog.com/article-images-keep-the-initial-quality-phase-iv-102029104.html.

  • READ_IMAGE_FILE  jpg format

    I'm not able to open a jpg image file with the READ_IMAGE_FILE command.
    I try
    READ_IMAGE_FILE('C:\TMP.JPG','JPG','BLOCK.ITEM')
    it make the FRM-47100 error.
    The "block.item" is an image item, but its "image format property"
    don't include the jpg format.
    Any suggestion?
    How can I open jpg image files?
    Thanks!

    I found this thread from 2002 in search and today, 2011, i have the same problem.
    There is not any patch to make forms work with all jpg?
    My design team upgraded to Photoshop CS5 and it no longer has support to generate a compatible jpeg.
    I had to let a computer with photoshop cs3 just for it.
    If ther is no way to make forms work with enchanced jpeg, there is a way to make it work with PNG?
    Thanks.
    My software versions:
    Forms
    Forms [32 Bit] Version 9.0.4.0.19 (Production)
    Oracle Toolkit Version 9.0.4.0.31 (Production)
    PL/SQL Version 9.0.1.5.1 (Production)
    Server
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    PL/SQL Release 10.2.0.3.0 - Production

  • Read_image_file command does works on Linux application server

    Hello!
    I have a form with a new_form_instance Trigger I wrote the read_image_file trigger to read a GIF file in an image item.It works fine on windows XP(development machine).I copied the GIF file to the same location where my fmx files are there in Linux application server.I copied and compilied my fmb file in linux application server.No compilation error is there.But when I run form from Linux the form hangs and my read_image_file command is at new form instance Trigger.I have checked the case sensitivity of the file and the permission etc in Linux.In windows Development machine the form runs successfully.What could be the problem.Please help.......
    Jayashree

    For me, attempting the following:
      READ_IMAGE_FILE('bullet_ball_glass_blue.gif', 'GIF', 'IMAGE7');
    gives this error:
      FRM-47109: Cannot locate image file bullet_ball_glass_blue.gif
    Changing my command to:
      READ_IMAGE_FILE('bullet_ball_glass_blue.gif', 'URL', 'IMAGE7');
    loads the image successfully.
    If you truly are not getting an error message (mine appears in the status bar), then perhaps the file is being found, but the image format is not recognized or otherwise incompatible. Test this by loading one of the the images that load successfully into your iconic buttons. If that image loads successfully into your image item, fix the problem GIF image. (Recreate or open & resave with a graphics program, etc.)
    If this does not appear to be the problem, the only things I can think of are for you to confirm that, in formsweb.cfg:
      1. The archive_jini entry includes your image JAR
      2. If imageBase=DocumentBase, change to imageBase=codebase
    The second change may temporarily break your iconic buttons. This can be fixed by updating the buttons' Iconic Filename properties specifying only relative paths found within the JAR. Since my image is stored in the root of my JAR, no path need be specified. Had I placed my image in a subdirectory within my JAR, named images, my call would have to be changed to the following:
      READ_IMAGE_FILE('images/bullet_ball_glass_blue.gif', 'URL', 'IMAGE7');
    I'm not sure whether any of these suggestions will help, but since I had no problems, I suspect it's simply a matter of differing configurations. The two items that I listed are the only two likely differences I could think of.
    Eric Adamson
    Lansing, Michigan

  • Read_image_file in web mode

    hello,
    when i'm using the read_image_file in web mode, i've got the ORA 99 999 error message.
    but it works in client/server.
    my image is a gif format in the same path as the form.
    i use a unix ware 7 server with OAS.
    when i execute the form directly on the server, it works fine.
    can anyone help me ?
    thanks.
    null

    Hello ,
    Actually i have faciing the problem when i m upload the selected document in database,
    i have write down the code(IN button) GIVEN BELOW:-
    when i have press tha button i got the error
    ERROR:- WUT-121 - THE FILE HAS BEEN FORBIDDEN BY THE ADMINISTRATOR.
    PLEASE GIVE ME THE SUGGESTION.ASAP
    MAIL ME ON [email protected] solutions.
    DECLARE
         OPEN_FILE BOOLEAN;
    BEGIN
    OPEN_FILE:=WEBUTIL_FILE_TRANSFER.CLIENT_TO_DB
         ('C:\TEMP\BRC.XLS',
         'DOCUMENT',
         'DOC',
         FALSE,
         NULL
    END;
    THX

  • READ_IMAGE_FILE problem?

    Using Forms 6.0.8.22.1 and Oracle 10.2.0.2 our form calls READ_IMAGE_FILE() to display TIFF files. It works for most files except a couple of files. Without an error message, the form suddenly shuts down as soon as it displays images. These images that shuts down the form can be displayed with other software and TIFF files are not corrupted.
    Although I found the document describing that in patch 9 the problems with TIFF were fixed, I wonder if my problem is related to these problems. Or is there any size limit on files? Any comments would be appreciated.
    Sarah

    You may want to consider this.... I havent used it, but wish I had something like this in the past.
    http://fdegrelle.over-blog.com/article-4018412.html
    My experience is that forms mangles on insert and/or decides on a daily basis what it wants to display even for supported formats. I do know that not all tiff formats are supported. I cannot seem to find a current link to whats supported though... I know its out there..
    Heres an old revised metalink note 1009546.6 as of 2005 that says tiff 4,5, & 6 are supported. This may be old data though. More may be supported now.
    Is it possible that these problem tiffs were created with different software than the displayable tiffs? The problem software may be saving the tiffs in a different tiff format than what a forms image item likes to display? Could you download one of the problem tiffs, resave it to the PC with a image program that is known to generate a tiff format that Forms likes. Then upload the image again via something like TOAD, and then see what forms does with it on display? Its probably a format thing just for those few tiffs...
    for example...
    If I recall correctly, could be wrong, that a tiff can have layers. If you read_image_file a tiff with layers and then save it, the saved image will not have layers. Pretty sure. This kind of mangling makes me wish I knew of this java solution above beforehand.
    Message was edited by:
    Mark Reichman

Maybe you are looking for

  • Loading a specific Label in an external SWF

    I know if there is an answer to this one of you guys will have it so thanks in advance! Is it possible to goto a specific frame label in an external swf? I have my "main.swf" and I want to goto the frame label "images" in the "about.swf". Is this pos

  • Time conversion ZVAR_UNIT with FLTP InfoObject gives an error

    Hello, Situation: ZVGW03X is "a copy" of AFVV.VGW03 but with FLTP instead of QUAN data type: It has to be FLTP, because we do some divisions and multiplications with the InfoObject. When doing the same calculations with Data Type QUAN we get results

  • Open .webloc files in Windows

    I was suffering on getting .webloc files open on my Windows PC. I found a thread http://discussions.apple.com/thread.jspa?messageID=7244343 but it was archived, so I couldn't reply no longer to it, but I noticed that it was never solved. Since I didn

  • Frequnecy Analysis windows zooms out full every time I close an audio file.

    After zooming in on the frequency anaylsis window while working on an audio file, when I close the audio file, the windows zooms completely out.  Is there a way that I can keep the frequency analysis window at the same "level"?  e.g., I like to set t

  • Keyboard notification lights

    led notification light of mute button is not working