Cannot load image

Hi,
  I'm trying to add the logo to the marketing document's PLD. Added the image sucessfully in the server. When trying to load the image in the client, nothing happens. Tried to add the image under the option print preference. got the error message as "cannot load image". Please forward your solutions to fix the issue.
Thanks & Regards
Murugappan.T

Hi Dear,
You can add image on the PLD as follows.
1) Add one Picture Field on the Report
2) Paste the Image file into the Bitmap Folder on the server
3) Click on Content-->then Browse.then select that image file from server
4) then after that you can set the properties from Format tab.
You need not set the Image file from the every client machine,
PLD setting were loaded into the database.i.e.PLD is Database specific not user specific.
Hope this will help you...
lg Mahendra

Similar Messages

  • Using Firefox to access facebook chat Button or online friiend chat button generates a Black screen with CANNOT LOAD IMAGES and no chat window opens.

    This does not happen in other browsers and it happens on a variety of computers I have access to and would seem to be a common problem but I can find no identical cases in my searches of
    Firefox , Facebook or windows help or Google search. My home machine is only a P2 with WINXPCORP but works fine and I have done all updates but still have this continuing problem every time I try to use Firefox
    to access Facebook chat but it does not happen with IE or chrome
    The response to clicking on chat button or friend chat is a black screen with small center square box with blue title bar that says
    '' VIEW IMAGE FULL SCREEN - (42) FACEBOOK X""
    center of box is ""! "" mark in yellow triangle and wording
    "" CANNOT LOAD IMAGES ''' OK
    clicking on OK returns to facebook page but no chat opens.
    Some times |VERY RARLEY if as the page loades you click on
    chat button with 1/2 second of it appearing chat will open.

    Hi,
    Please also see [https://support.mozilla.org/en-US/kb/Problems%20using%20Facebook%20in%20Firefox this.]

  • Cannot load images anymore in incoming mail in V29

    I cannot get images to load in incoming mail since installing V29, nor do I get the option to allow it to do so above the email

    I'm having the same problem. No embedded images display (attached images do display) and no notice above the email to allow images either temporarily or permanently. V 24.5

  • Cannot load images from URL, but ok from file?

    Hi people,
    In the followint simple code (I'm eventually placing these into a media tracker), when I'm debugging on my local PC, the images load no problem, but when I deploy to the web they do not. The rest of the application carries on regardless however. I'm wondering if this is a sufficiently generic method of getting media resources. http://www.thermoteknix.com/93266898/VirtualVisIR_Main.htm (its a simulation of one of our new infrared cameras). I cannot get it to load media, unless its from my hard-drive of course!
    Does anyone know what I should do instead?
    URL Url = Parent.getDocumentBase ();
    VisIRBackground     = Parent.getImage ( Base, "images/rear view.jpg" );
    VisIRThermoIcon     = Parent.getImage ( Base, "images/redonion.gif" );
    VisIRIndigoIcon     = Parent.getImage ( Base, "images/indigo.gif" );
              

    Ok, just in case is isn't anything to do with paths, here is my loop to load all of my images (which have been created with getImage (x,y)):
    Is this technically correct? I've added the images to the media tracker with an incrementing ID, so we have 1 ID per item, starting at zero.
    for ( nImagesLoaded = 0; nImagesLoaded < nImagesToLoad; nImagesLoaded++ )
         try {
              VisIRMediaTracker.waitForID ( nImagesLoaded );
              bFailed = VisIRMediaTracker.isErrorID ( nImagesLoaded );
              if ( bFailed )
                   break;
         catch ( InterruptedException e ) {
              System.err.println( e.toString () + new Integer ( nImagesLoaded ).toString () );
    }

  • Cannot load image to an Applet

    I cannot use ImageIcon( "mylogo.jpg")
    because I've got this security error in the java console:
    ava.security.AccessControlException: access denied (java.io.FilePermission mylogo.jpg read)
    whay should I do ?
    how come there is no such problem with the audio clip that I load ?

    1. but I don't use URL in audio clipIf you use Applet.getAudoClip(), you do, because that's what the method requires.
    2. I get null exception when I use your suggestionthen change the path so that it correctly points to the file.

  • Cannot load image from computer - freezes @ 50% each time

    Can someone help with this problem. I have saved it and come back to it.  Have tried to upload different images from my saved files on the computer.
    No luck. Each time I try, it jumps to 50% loading and never loads anthing - this is using the Forms Central in Adobe. 
    Thanks.

    Hey I see this is an older post, but I am having the same issue.  I am using the desktop app Fromscentral and I am trying to insert an image, a very small image, and I have tried both tiff and jpg versons of it, just a small logo that is like 10K file size and only ablut an inch in size, and it is stopping t 50% downloaded, exactly as the user above described.  I am using MacOS 10.8.4 and an up-to-date Firefox browser and jsut recently acquired the full creative suite. 
    Also, Josh one little thing that would be VERY helpful for new users is that when you want to open and continue editing a form you have already begun, in the Acrobat Pro open/creat menus, the main strating place, it should have an option for not just create form but 'Open My Forms".  It was very frustrating earlier not to know how to get to a form I had already spent a lot of time on.  When youa re in formscentral it appears you have no control over where the form document itself (pre-pdf) is being saved.  Acrobat (or rather, formscentral) doesn't tell you that.  Is it only being saved online int he cloud?  This should not be happening.  I was told specifically when I purchased the suite that even though it is called 'cloud' you can save all files you creat locally.  It is a big probelm if that is false and misleading, both for the work I want to do and for the trustworthiness of your company and its reputation.
    Maybe I am wrong and just don't know the software well enough yet, but it already seems like the interface and lack of transparency in where and how it saves things is designed to bully one into 'upgrading' to be able to do more with forms.  I expected to at least be able to do everything I could do in version 9 and to do so at least as easily.  I don't mind a learning curve, but I don't like that I can't hit 'save as' when I am working with form creation and know exactly where it is and open it directly.  That's alsways been one of the GOOD things about Adobe - they haven't fallen into the Microsoft software crap - excuse me, TRAP - of trying to figure out for you what they think you will want to do with the software in every instance including save and storage controls.  Perception is reality, so if there is marketing/sales as the impetus for how this is structured now, Adobe is shooting itself in the foot.  That's not how it got to where it is.  Just my 2 cents, in addition to my question buried back up top. 

  • [MIDP2.0] Cannot Load Image

    The following is the code I used
    public class GraphicsLoader {
      static Image myImage;
      public GraphicsLoader() {
        try {
          myImage = Image.createImage("/images.png"); // <---- Null Pointer Exception
        } catch (IOException ioEx){
          ioEx.printStackTrace();
      }Which I have placed the images.png in the same directory as the classfiles, but it couldn't be loaded! I really do not understand why.

    Hi!
    Your image should be in res folder. You java file is in source folder

  • Beginner question: cannot load image

    Hi, I'm trying to load an image in my java program.
    I use this code to test:
    Toolkit tk = Toolkit.getDefaultToolkit();
    image = tk.getImage("test.png");
    JOptionPane.showMessageDialog(null, Integer.toString(image.getWidth(null)));
    But image.getWidth(null) returns -1
    "test.png" is in the same directory as the .jar file.

    The image is not 'loaded' yet, and the size is not yet known.
    That is why getWidth returns -1. This is described in the javadoc of the getWidth() method.
    If you for instance do this:
    Toolkit tk = Toolkit.getDefaultToolkit();
    Image image = tk.getImage("test.png");
    new ImageIcon(image);
    JOptionPane.showMessageDialog(null, Integer.toString(image.getWidth(null)));it should return the width of the image (if the image file is actually found that is)
    - Roy

  • Cannot load image from applicationStorageDirectory

    Hi!
    At program startup I load binary data of images from a remote server and save them locally in my applicationStorageDirectory:
    imageFile = new File(File.applicationStorageDirectory.nativePath);
    imageFile = imageFile.resolvePath("images/" + obj.id + extension);
    var filestream:FileStream = new FileStream();
    filestream.open(imageFile, FileMode.WRITE);
    filestream.writeBytes(loader.data);
    filestream.close();
    later, when I need the image for display reasons, I try to load them from my applicationStorageDirectory:
    file = new File(File.applicationStorageDirectory.nativePath);
    file = file.resolvePath("images/" + obj.id + extension);
    image.load(new URLRequest(file.nativePath));
    I made an output with both urls and they are identical. Nonetheless the image fails to load with error #2035.
    In the desktop version of this application I store images in and load them from the applicationDirectory. This works fine!
    Can anybody help?
    Judith

    I found the solution myself. If I want to load a file from the applicationStorageDirectory I must not reference it with file.nativePath but file.url !
    judith

  • Load image into holderMC

    Hi,
    I'm working on an application which places instances from my
    library onto the stage. Every instance has a movieclip inside it
    which is called holderMC. What I want to do is to load external
    images into holderMC except I can't seem to get it working. How
    does one load images into a pre-defined movieclip?

    Oh, sorry, wasn't looking properly. You cannot load images
    into MovieClips like in AS2, you have to use a Loader or the
    UILoader component.
    If you want to be able to position the loader visually, then
    you can give an instance of the UILoader component and instance
    name within the THEPhoto MC, and use the following code:
    MovieClip(photo).holder.load(photoRequest); //where holder is
    the instance name of the loader.
    OR
    Within the ThePhoto class you could create a new Loader:
    public var imgLoader:Loader = new Loader();
    public function ThePhoto () {
    imgLoader.x = 0;
    imgLoader.y = 0;
    addChild(imgLoader);
    and then use:
    MovieClip(photo).imgLoader.load(photoRequest);

  • Safari load image problem with iMac Intel core

    I got my new iMac 20" Intel core and system updated everything. I found that Safari cannot load image in my web photo album ( http://fotop.net/nicknick ), all image became "?".
    I can load this page correctly with FireFox and Opera Browser. I also try the iMac 17" PowerPC in my office with the latest version Safari, it also load the album correctly. And I know this web is created and store in a Linux server, the web page coding not written or optimized to IE.
    I've try to reinstall the whole OS X, nothing else installed, the same problem occurred.
    Is it the problem on Intel core? or any setting I can do to overcome it?
    Hope the problem could be solve, I like to use Safari except this problem.
    iMac 20" Intel core   Mac OS X (10.4.5)  

    Well... no - except to ask if your intel imac is connected to the internet in exactly the same way as the ppc imac. If it is, then that's puzzling
    You're right, I'm puzzled by the imac.
    Intel imac is at my home, ppc imac is at my office;
    both using same ISP but different service plan,
    (home:) PPPoE, ADSL modem -> buffalo MIMO wireless router -> intel imac (both direct wire or wireless connect have same result)
    (office:) fixed-ip, ADSL modem -> firewall -> Linksys wireless router -> ppc imac (wireless)
    both network setting with manual assigned IP, gateway and same DNS
    Same result occurred when (1)open box new machine, (2)after updated system, (3)reinstall whole OS with preserve the old setting, (4)reinstall whole OS with erase the whole harddisk option, (5)updated system after the reinstallation.
    I firstly think may be some security setting in imac that blocked the images, but can't found out. I secondly think some html code at this web not work on Safari.
    May someone with same machine help to open this web to see if all intel imac get the same result?

  • Load image from SQL database with ASP?

    Hello,
    Does anyone know a tutorial where you can load an image from
    a SQL database ?
    I would like to show this image in Flash, but i don't know
    how to load in from a SQL database using ASP.
    Regards,
    Micheal

    Flash cannot load images from an SQL database.
    Flash can load JPEG, PNG, GIF, SWF, MP3, and FLV files.
    An SQL database can be used to store the file names and their
    location. ASP can retrieve that data from the SQL and return to
    Flash to load the above file formats.
    For Flash to do the communication with ASP you need to
    determine if you are using URL Encoded or XML data structures.
    For URL Encoded data you look at
    LoadVars.sendAndLoad
    For XML Encoded data you look at
    XML.sendAndLoad
    Then in their onLoad methods you use
    MovieClip.loadMovie
    to load JPEG, GIF, PNG and SWF;
    Sound.loadSound
    for MP3,
    NetConnection.connect,
    Video.attachVideo and NetStream.play for FLV.
    For the ASP side the work with the database has nothing to do
    with Flash other than using any search variable sent from Flash
    with LoadVars.sendAndLoad or XML.sendAndLoad. In other words it
    could be an HTML form sending the same variable and calling the
    same ASP script. Same with returning values except with Flash only
    URL Encoded or XML data structures are sent back and not
    HTML.

  • Loading Images with 1.3.1 Problem

    Hi!
    I've got a couple of swing applets that use Images. One uses the images for icons and one just draws the images. The images are loaded from jar files. Using version 1.3.0, everything works fine. When I load the applet using 1.3.1 or 1.4, however, the images do not appear on the screen. According to the Java Console, the images did load. I saw messages like:
    Loaded image: jar:file:/C:/rgajava/MKSLeak/jar/leak.htmlMKSLeak.jar!/images/audiooff.gif
    Loaded image: jar:file:/C:/rgajava/MKSLeak/jar/leak.htmlMKSLeak.jar!/images/audioon.gif
    that were displayed when I upped the trace level. The images still do not appear.
    Does anyone know how to fix this? I am loading the images using getImage(URL,String).
    Thanks,
    Derek

    As a partial answer to my own question, the Java tutorial declares that some browsers cannot load images from jar files. This appears to be the case with IE5.5 and Java 1.3.1, but it is strange that IE5.5 and Java 1.3.0 seem to have no problem. Nevertheless, the applet works well and images load if the images are accessed outside of the jar file.
    Derek

  • I cannot view pictures on pinterest or other websites. Load images Auto is enabled.

    I cannot view images on sites like pinterest or photo sharing sites, the box comes up blank. I've deleted history, the "Load Images Automatically" is enabled. I only have this problem on foxfire. The images come up fine on Safari on my Mac. Please help.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Cannot read image file in oracle 10g forms, getting error frm-47100

    I'm unable to read the image from the file location. But If I do re-save via MS-Paint the same image then I'm able to load successfully. I want to load image directly instead of re-save.  Error getting like "frm-47100 Cannot read image file".
    Need your co-operation to solve this issue.
    Thanks in advance!
    declare
      tiff_image_dir varchar2(80):=('D:\IMAGE\');
      photo_filename varchar2(80);
    begin
      photo_filename:=tiff_image_dir||:IMAGE_NO||'.JPG';
      if :image_no is null then
      :Image_no :=:UID_NO;
      end if;
      read_image_file(photo_filename,'JPG','image');
      WRITE_IMAGE_FILE('output.tif','TIFF','g_image_info.image',maximize_compression,original_depth)
    end;

    Hi Sindhu,
    By default any operating system file extension starts after the dot. So in this case when it says 2 dots it will think there is something wrong.
    RajeshALex

Maybe you are looking for

  • Automate saving a PDF as Word in Acrobat X

    I'm searching through all the api docs and can't find anything that would allow me to open an existing PDF and save it as a Word document. I have thousands of PDF's to convert and need to write some code to automate the process. We receive a few hund

  • What the **** happened to my iphone

    my iphone says conect to the itunes, i have to go to to aiport in 3 hours, and my iphone it doesnt work why this happen, i need my iphone back.

  • Row doesn't format properly in Pages

    I'm new to Pages.  I've got an issue with a 1-row table (3 columns).  The row is half way down the page, but the content in each column is only a few lines!  I've tried "fit height to content"...I've made sure there aren't any spaces or other random

  • Spry menu

    Hi, i am trying to implement 2 things: - to realize more than 3 horizontal menu's with different stylesheet on 1 page, i get stuck with the second one - it is not possible to place 2 anchors in 1 <li> eg. <li><a href="modify.html"><img src="modify.gi

  • Program For Process Order

    I am creating new lay out for process order in smart forms.for that we need a standard program where we get the standard program Regards manoj