Problems reg. image display on forms 6.0 on web !!!

Hi,
I have deployed forms 6.0 on NT 4.0 and OAS 4.0. I have
converted my forms 5.0 application to forms 6.0 application.
I have 2 problems:
1.In my login window, i have attached (or imported a BMP image)
which i m not able to see it when i run the form on web. if i
run it through forms 6.0 (client-server), i m able to see the
image. but if i run through browser, i m not able to see it.
2. I have put a parameter in HTML file for a separate window. So
when form loads, it will load into another browser window. but
this window (or frame) is not maximised. any ideas on how to
make it maximised ???
Please respond urgently.
Thanks in advance,
Regards,
Saumin
null

Hi,
I have deployed forms 6.0 on NT 4.0 and OAS 4.0. I have
converted my forms 5.0 application to forms 6.0 application.
I have 2 problems:
1.In my login window, i have attached (or imported a BMP image)
which i m not able to see it when i run the form on web. if i
run it through forms 6.0 (client-server), i m able to see the
image. but if i run through browser, i m not able to see it.
2. I have put a parameter in HTML file for a separate window. So
when form loads, it will load into another browser window. but
this window (or frame) is not maximised. any ideas on how to
make it maximised ???
Please respond urgently.
Thanks in advance,
Regards,
Saumin
null

Similar Messages

  • Experiencing problem with image display in LR5

    I have an intermittent problem with images displaying and exporting in LR. It just began a couple of months ago and is totally random - will do it with RAW (CR2) or JPG. It displays this way in all modules - Library, Develop, Slideshow....The image displays fine in a non-Adobe image viewer (Faststone or Windows Viewer). I've reloaded LR5 and PSCC and is still persists. I know the image file is fine. It also has begun effecting older images that were showing up just fine a while ago. I just loaded about 200 images and maybe 3 or so have this viewing problem in LR & PS. Has anyone else experienced it and have a suggested fix? My graphics card has the latest drivers and shows no problems with other applications. Here is the same image - one a jpg export from Lighroom, the other a save as jpg from Faststone. HELP!

    This is almost always a hardware problem, causing corruption of the file. The difference you see between Lightroom and other software is that Lightroom is accessing the full RAW image, while the other software is trying to read the embedded JPG preview.
    To figure out exactly what hardware is the problem, you need to try different transmission paths and hardware ... different camera cards, different card readers or USB cables/USB ports, different hard disks, etc. Eventually you should be able to isolate the problem.

  • Problems with image display

    Hi, I am new to J2ME, and this forum as well. I am writing a small MIDlet to display an image using WTK1.4. The problem is that the image (500X400) is not being displayed wholly on the emulator screen. In fact, only a very small portion of it is being displayed.
    Is there any way to resize (scale down) the image, or make the screen scrollable (up-down, left-right) so that the entire image can be displayed? Help will be highly appreciated.
    Thank you.

    In midp1 you can not scale images

  • Problem with image display

    here is a sample code i need the image to be displayed on button click but the following code is giving some exceptions.
    could u please make out where i am going wrong
    import java.awt.BorderLayout;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.JApplet;
    import javax.swing.JButton;
    public class NewJApplet extends JApplet implements MouseListener{
    imagePanel imp;
      private JButton draw;
         * Initialization method that will be called after the applet is loaded
         * into the browser.
        public void init() {
            imp=new imagePanel(this.getGraphics());
             draw=new JButton("draw");
            addMouseListener(this);
            makegui();
        public void makegui()
            setLayout(new BorderLayout());
            add(BorderLayout.NORTH,draw);
            add(BorderLayout.CENTER,imp);
            imp.setVisible(false);
        public void mouseClicked(MouseEvent e) {
           if(e.getSource()==draw)
               System.out.println("Clicked");
               repaint();
           imp.setVisible(true);
        public void mousePressed(MouseEvent e) {
           // throw new UnsupportedOperationException("Not supported yet.");
        public void mouseReleased(MouseEvent e) {
           // throw new UnsupportedOperationException("Not supported yet.");
        public void mouseEntered(MouseEvent e) {
           // throw new UnsupportedOperationException("Not supported yet.");
        public void mouseExited(MouseEvent e) {
          //  throw new UnsupportedOperationException("Not supported yet.");
    import java.awt.Graphics;
    import java.awt.Image;
    import java.awt.Toolkit;
    import javax.swing.JPanel;
    public class imagePanel extends JPanel {
        private Image img=null;
        Graphics gmain;
        public imagePanel(Graphics g)
            this.gmain=g;
         img=Toolkit.getDefaultToolkit().getImage("C:\\Documents and Settings\\sakshi\\My Documents\\NetBeansProjects\\Imagetry1\\1.jpg");
        public void paintComponent(Graphics g)
             gmain.drawImage(img, 100, 100, null);
            System.out.println("printing ");
    }

    >
    here is a sample code i need the image to be displayed on button click but the following code is giving some exceptions.
    could u please make out where i am going wrong>In addition to the valuable information on the first reply..
    1) This applet is attempting to read a File. While it is possible for a signed/trusted applet to create a File and access it, it is usually impractical for an applet, since the File path will not point to anywhere on the server, but to a place on the client file-system. Instead look to use URLs for resources in applets. The Applet class has handy methods for forming URLs to resources relative to the code base or document base. You might need to alter the imagePanel constructor to accept that URL.
    2) BTW - imagePanel should be called ImagePanel. The Java nomenclature (naming) conventions indicate EveryWordUpperCaseClass names, camelCaseMethod() names, and camelCaseAttribute names.
    3) Sentences should start with a single upper case letter. This helps the reader to quickly scan text, looking for ways they can help. You would not want to make it harder for people who are trying to help, would you?
    4) The word 'I' should be always upper case, always.
    5) Please take the effort to spell words fully. E.G. 'u' -> 'you'. For the sake of saving two letters, it makes people appear to be lazy dopes.

  • Problem in Image Display from DMS System

    Dear All ,
                         I have an issue . I am saving the Image from CV01N and i am attaching the same to the Material through Material Master and i have a path SAPR3://SAPR3CMS/get/200/DMS_5FC1/DE75271A542EB8F1AC8100215E54283E/FKSN101375RUN155XX.bmp which is stored in SAP Server . Can anybody help me out that how can i display the same path in Smartforms . Please help me out with the same if the Possible in Smartforms .
    Regards
    S.B.Shankar
    Edited by: Shankar  SB on Jul 21, 2009 4:41 AM

    Dear Shankar , check out the links .
    https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-ALVtodisplayimageusingDocumentManagement+System
    https://wiki.sdn.sap.com/wiki/display/ABAP/AssigningImageusingDocumentManagement+System
    regards,
    chinnaiya P
    Edited by: chinnaiya pandiyan on Jul 21, 2009 2:40 PM

  • Editing in PS CS 5 / re-save edited version back to Aperture problems with image display

    I use Aperture and send images into CS 5 but since latest Aperture update the images don't always display the adjusted version.  A re-start of Aperture is required. Any suggestions appreciated.  Never had any issues before. 

    If you are running AP 3.2.3, you may be experiencing a known issue:
    http://support.apple.com/kb/TS4237
    We are waiting on a fix from Apple.

  • Dynamic image display (based on variable attribute) in Web application?

    Hi experts,
    I am using a Web Template (from the Web application designer) based on a BEx Query.
    This web template displays a logo (jpg image) and the report. 
    Is there a way to add another image to my web app and having the right logo displayed depending on a characteristic (sales organization for example) chosen in the variable screen (before the first rendering)?
    Thanks for your help.
    Points will be given to useful answers.
    Cheers,
    Olivier

    Thanks for your helpful answers guys.
    Andrey's tutorial helped me to catch the sales org variable value in a variable named salesorg (Script Item in the web template as well as Data Provider Info Item).
    Now could you explain how/where to use this variable to swith images? Is this still in the same Script_item where i should be able to "hide" / "show" the following XHTML tag?:
    <img   etc .......     img<
    Thanks for your help, I'm a bit confused on this last point (and not so comfortable with Java Script).
    Olivier
    Edited by: SAP_BW_USER_49 on Nov 23, 2011 3:32 PM

  • Web graphics / images display in low resolution on any web browser

    Hi everyone.
    This issue has had me stumped for a few months now. I never noticed this issue with Snow Leopard but now with Lion I have noticed that web graphics display at a significantly lower resolution. I switch between Google Chrome and Safari and the issue is present on both browsers.
    Basically any website with graphics, or images will be pixelated and lacking in fine detail. It is painfully obvious when browsing sites like Flickr and 500px. In these cases, my own personal images look terrible online, but look absolutely normal in my Lightroom library, so I know it's not a strange display issue on my Mac.
    I'm just curious if anyone has had a similar issue, and if you have figured out how to resolve it.
    Thank you very much!
    - Abram

    i have the same issue with safari on my mac. i'm not sure if i have snow leopard or not. all i know is i am on a G4 with mac os 10.5.8 and have safari 5.0.1. last week, i could not watch certain video clips online, because {as it stated in my browser where the video should be} i did not have the most recent flash player. but when i went to download the most recent version, it told me it would not work on a power pc mac. so i researched and found out i had to use the flash 10.1.102.64 player... it's the most recent version that will work on a power pc mac. so i uninstalled the flash player i had on my mac and installed this player. all well and good... now i can see the videos.
    but what's not well and good is that i no longer have hi-res images in my browser. all images are pixelated and unclear. i posted on the adobe forum to see if i could get an answer as to why.
    here was my post/inquiry...
    "I recently upgraded my Flash Player so that I could view internet content (such as videos) that were not available to me before I upgraded. Ever since, the images on most web sites that I visit are now pixelated (look very low-resolution). I had not made any other changes to any settings on my computer or software. The browser I use is Safari 5.0.1. I had to upgrade to the Flash Player 10.1.102.64 because I am on a PowerPC Mac G4, and that is the most recent version of Flash Player that will work with Power PCs.
    Anyway, now that I have upgraded (which included first uninstalling the old Flash Player), my images look pixelated... most do, anyway. For some reason images I post to flickr appear okay on screen. But normal 72dpi images on standard web sites (like Yahoo) appear very lo-res.
    Does this have to do with whether or not my Mac's operating system is 64-bit or 32-bit... or the Safari software... in relation to the Flash Player's... whether or not they are compatible? If not, I have no idea why this would have changed since upgrading my Flash Player. And if so, what can I do to get around it? I'm somewhat computer savvy... but not this much. Can someone please help me so that I don't have to pay $39 to call Support and ask them?"
    here was their reply...
    "Sounds like the installation went pear-shaped somewhere. Try it again using the method described here:https://discussions.apple.com/thread/2805854?start=0&tstart=0
    Or maybe they'll know what the cause of your pixelated images is."
    but the discussion link they gave me did not help. i had already done what it suggested. and i tried it again... still no luck.
    help.... anyone!!!! please?

  • Problem w/ image item using 9i BLOB field and InterMedia ORDImage Object

    Hi,dear all,
    I have a problem with image item in Form 6i. Oracle 9i is used as backend DB, and a table contains image data is created for testing:
    create table image_test(
    id number,
    image blob
    In Form 6i, there is no problem to create a block for inserting/updating the image record into the database. However, it can not be used to retrieve image (blob field), the image item remains empty after 'execute query', while the id field can be retrieved. When the same table is created in Oracle 8.1.7, and the exact same form can be used without any problem both in inserting and retrieval. It seems that the Oracle 9i does not use the same way to store BLOB column. Has anybody ever encountered this problem? How to retrieve image (BLOB) in Form 6i from Oracle 9i?
    I tried to use interMedia ORDImage as the data type in Oracle 9i, that is,
    create table image_test(
    id number,
    image ORDSYS.ORDImage
    Same problem, the form can insert record with image, but when retrieving, nothing displayed. Anybody could help! Thanks in advance!

    hi!
    well working with oracle8i and form6i.
    same problem..but i used (instead of blob or clob as datatype..) Long raw..
    it can be saved as usual..i mean Commit..
    and can be retrieved..using Execute_Query..its working fine..
    well if anybody get any other solution..do inform..
    mail_id:
    [email protected]

  • Displaying TIFF images in Oracle Forms 6i

    Hello, friends!
    I am working in Oracle Forms 6.0.8 (that ancient tool) and encounter a problem with displaying TIFF images.
    I have a number of scanned images and some of them are displayed and some are not. I've tried both extracting them from the database or from the file system (using READ_IMAGE_FILE). Sometimes I am getting just blank field in my image item and sometimes (after using READ_IMAGE_FILE) I get the error FRM-47100 (cannot read image file). Of course I've checked that all the files are displayed using standard tools for displaying TIFFs.
    Basically the question is what kind of TIFF is considered valid and readable by Oracle Forms.
    Analyzing TIFF tags actually gave me nothing: I have a pair of files with tags different only in image width/length and a number of rows/strip (but even those values are close), and one of the file is displayed correctly while the other is not. The thing I noticed is that invalid files are using compression type of CCITT Group 4.
    Possibly Oracle Forms follows TIFF specification only to certain extent and does not support all the extensions, while sometimes the problems are not visible to user.
    As a result of my work I need some automatic tool that converts undisplayable TIFF files to displayable ones but firstly I am to determine where the problem is. And it would be very good to have a prooflink that approves my decision.
    Looking forward to any help! Thanks in advance.

    Thanks to everybody, but I'm afraid my files don't contain any EXIF tags (although TIFF seems to support them). The file doesn't contain any tags with IDs greater than 0x7FFF but only core TIFF tags (with IDs of lower numbers). Moreover I have a file with exactly the same set of tags (but the values are a bit different) which is displayed properly.
    I've shared the issued file (nondisplayable) on the following link: [https://rapidshare.com/files/3137807470/2.tif]
    If anyone could tell me why isn't it displayed in Forms I would be very grateful.

  • How to Display an Image on my FORM

    Good Day!
    I would like to ask some help from you guys with my problem on how to display an image on my form. I would like to display my uploaded image on my form but instead of an image, the get_blob_file is showing. By the way, I'm using Apex 4.1
    I downloaded the Order Entry Sample Application and followed the Page 6, the Product Details. I even made snapshots of each details from Page Rendering to Page Processing in order not to miss a thing.
    At the moment, I was able to upload or store the image on my created Oracle table and also able to retrieve it on the Download Link Text with Content Disposition value of Inline, provided by APEX Settings. If I invoke the Download link beside the file browser, a page with the image will be shown, below is the address:
    http://127.0.0.1:8080/apex/apex_util.get_blob_file?a=200&s=339877802936975&p=230&d=7107921433296839&i=7107601420296838&p_pk1=54&p_pk2=&p_ck=7D6512D967336C4B94258EEA3CDF1BE6&p_content_disposition=inline
    However, instead of showing the image on a region, below is the one showing on my Form:
    <img src="apex_util.get_blob_file?a=200&s=339877802936975&p=230&d=7107921433296839&i=7107601420296838&p_pk1=54&p_pk2=&p_ck=7D6512D967336C4B94258EEA3CDF1BE6" />
    As you can see the parameter values are the same but I know I missed something that's why I'm here :)
    I would highly appreciate all the help you can provide and many thanks in advance.
    I tried to change gear by making an html region of type PL/SQL (anonymous block) and a procedure but still no image :(
    Below are the scripts.
    declare
    cursor cur is
    select *
    from wsemployee
    where empid = :P230_EMPID;
    begin
    for rec in cur
    loop
    IF rec.mime_type is not null or rec.mime_type != '' THEN
    htp.p( '<img src="my_image_display?p_image_id='||NVL(rec.empid,0)||'" height="'||100||'"/>' );
    else
    htp.p( 'No Image ');
    END IF;
    htp.p( ' ');
    end loop;
    end;
    PROCEDURE
    create or replace PROCEDURE my_image_display( p_image_id IN NUMBER)
    AS
    l_mime VARCHAR2 (255);
    l_length NUMBER;
    l_file_name VARCHAR2 (2000);
    lob_loc BLOB;
    BEGIN
    SELECT MIME_TYPE, PHOTO_BLOB_CONTENT, PHOTO_FILENAME,DBMS_LOB.GETLENGTH(photo_blob_content)
    INTO l_mime,lob_loc,l_file_name,l_length
    FROM wsemployee
    WHERE empid = p_image_id;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(l_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || l_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||replace(replace(substr(l_file_name,instr(l_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    END my_image_display;
    Edited by: user13831927 on Dec 22, 2012 3:24 PM

    Hi Ying,
    you can add a UDF to the table spp2 with a programm
    but the table is not yet listed in the 'Manage User Fields' form.
    there's no way to "enable" it - sorry

  • Problems with Image Field Table in Adobe Forms

    Hello,
    I have a desgined a Adobe Form(Print Only) in the Adobe Desinger in NWDS.
    The form layout contains a table of images in 2 columns and 3 rows. Every Column has a Image Field and a TextField displaying the Image URL.
    The URL of this image is passed at runtime.
    The problem is that when the form is rendered, All the Columns have the same image which is the URL in the first row first column. However the text field displays the correct URL.
    Is this some known bug in the Adobe Forms, or I am missing some property.
    Regards,
    Shubham

    Hi,
    The solution was to put the following code in the initialize event of the image field.
    this.value.image.href = <Photoimagepath>.rawValue;
    Where <Photoimagepath> is the image path.
    Regards,
    Shubham

  • Displaying an image in a form

    hi,
    i am trying to display an image in a form. The code worked fine in j2me emulator, but when i converted the program to a jar and ran the same program in my mobile phone.
    i get an exception in Image.createImage(.. method
    and exception value is just null.
    i know the image is not found in the specified location. but the image is there in the jar file.
    how do i solve this issue?
    thanks in advance.

    Its definitly the heap size image, it can be case that image size is very large, u just try by optimizing the image and decreasing the size of image,
    or
    the image size(widht*height) is larger than actual phone screen
    try with small image(small width*height) you will come to know the problem
    @rjun

  • WD BusinessGraphics Image - Displaying it in Adobe Interactive Form

    Hi.
    We need to display some BusinessGraphics (runtime generated) in Adobe Interactive Form. So, we tried to solve it using two ways:
    1 - Generate a URL to access the BusinessGraphics image, using web cached resource. But somehow, it doesn't works well. When we call the URL directly on Internet Explorer, it is displayed. But when we set the URL in an Image in Interactive Form, no success... it is not displayed.
    Ex.: using Formcalc on Initialize event: "Image.value.image.href = $record.PortalData.EmployeePhotoURL"
    OBS.: when we map it to a normal URL (ex.: "http://server.domain.com/image1.jpg"), NOT generated in runtime, it works well...
    2 - Generate the image as a byte stream, convert it to Base64 and bind it to an ImageField, as I saw wrote here in a thread (without any more helpful answers...). The problem here is that we dont know how to generate the Byte stream for the BusinessGraphics image.
    Does anyone knows how to generate a byte array from an Image of a BusinessGraphics component? Or have a differente approach to display a BusinessGraphics on an Interactive Form (like deals directly with IGS)?
    Regards,
    Douglas Frankenberger
    PS.: we are using:
    - NWDS 7.0.10
    - Adobe LiveCycle Designer 7.0.050519

    Hi Chintan.
    Our images were dinamically generated, so we dont have a filename to access it. The method getAbsoluteWebResourceURL requires a valid filename to generate the URL.
    The URL that we have follows the below format:
    http://server:port/webdynpro/dispatcher/vendor.com/xyzwDCName/DCNameApp/~wd_key800_1420382789975/.gif?sap-wd-download=1&sap-wd-cltwndid=0f546c20792111dd80ac0018a451af48&sap-wd-appwndid=0f645c21762111ddc3810057a451af48&sap-wd-norefresh=X
    When we try to open it directly on IE, it works. But, when we set this URL to be opened by an Image in Interactive Form (using a script and/or mapping it to URL property), it doesn't shows up, even allowing Adobe Reader to access the address above (a dialog is shown to require access to all URLs that we have used to the images). Probably what happens is that Adobe try to request a WD resource, and WD understand this Adobe Reader request as a non-compatible browser. So, it denies the response (see "Browser is not supported" message accessing a URL to an Image).
    Is there a way to go through this?
    Regards,
    Douglas Frankenberger

  • BusinessGraphics Image - Displaying it in Adobe Interactive Form

    Hi.
    We need to display some BusinessGraphics (runtime generated) in Adobe Interactive Form. So, we tried to solve it using two ways:
    1 - Generate a URL to access the BusinessGraphics image, using web cached resource. But somehow, it doesn't works well. When we call the URL directly on Internet Explorer, it is displayed. But when we set the URL in an Image in Interactive Form, no success... it is not displayed.
    Ex.: using Formcalc on Initialize event: "Image.value.image.href = $record.PortalData.EmployeePhotoURL"
    OBS.: when we map it to a normal URL (ex.: "http://server.domain.com/image1.jpg"), NOT generated in runtime, it works well...
    2 - Generate the image as a byte stream, convert it to Base64 and bind it to an ImageField, as I saw wrote here in a thread (without any more helpful answers...). The problem here is that we dont know how to generate the Byte stream for the BusinessGraphics image.
    Does anyone knows how to generate a byte array from an Image of a BusinessGraphics component? Or have a differente approach to display a BusinessGraphics on an Interactive Form (like deals directly with IGS)?
    Regards,
    Douglas Frankenberger
    PS.: we are using:
    - NWDS 7.0.10
    - Adobe LiveCycle Designer 7.0.050519

    Hi Chintan.
    Our images were dinamically generated, so we dont have a filename to access it. The method getAbsoluteWebResourceURL requires a valid filename to generate the URL.
    The URL that we have follows the below format:
    http://server:port/webdynpro/dispatcher/vendor.com/xyzwDCName/DCNameApp/~wd_key800_1420382789975/.gif?sap-wd-download=1&sap-wd-cltwndid=0f546c20792111dd80ac0018a451af48&sap-wd-appwndid=0f645c21762111ddc3810057a451af48&sap-wd-norefresh=X
    When we try to open it directly on IE, it works. But, when we set this URL to be opened by an Image in Interactive Form (using a script and/or mapping it to URL property), it doesn't shows up, even allowing Adobe Reader to access the address above (a dialog is shown to require access to all URLs that we have used to the images). Probably what happens is that Adobe try to request a WD resource, and WD understand this Adobe Reader request as a non-compatible browser. So, it denies the response (see "Browser is not supported" message accessing a URL to an Image).
    Is there a way to go through this?
    Regards,
    Douglas Frankenberger

Maybe you are looking for

  • At start up, messase "could not initialise application's security component

    My Grandson has a Toshiba laptop. When he attempts to start Firefox this message appears: "Could not initialise the application's security component. The most likely cause is problems with files in your application's profile directory. Please check t

  • How to remove namespace link from the output XML

    i have to remove 'xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions"' (namespace) from the output xml file which is generated from the BIP. I need my output XML file without that namespace link, this n

  • What exactly do I even need replaced!?

    I bought a 32gb iphone 4 (and 8gb 3g) today for $60. The screen on the iphone 4 is cracked but the person I bought it from said that it did work. I was worried when I plugged it into my computer and itunes wouldn't find it but after charging it with

  • Text From 502 - com.vzwdmserver

    I've been getting a text for the last month or so from the number 502.  The text includes a number of unknown characters.  It ends with com.vzwdmserver.  Which made me assume this is a Verizon problem.  I've been getting the text at all hours of the

  • Can't see software updates; can't print; browser images garbbled

    Recently my boss' G4 Powerbook 17" running OS X 10.4.11 started displaying garbled images in Safari and Firefox. We reinstalled the OS, ran disk utility and now he has problems printing multiple page docs over the network or take credit card payments