Dynamic JPG file from filesystem in smartform

Hi,
is it possibile, into a smartform output to show a jpeg file image picked dynamically from a filesystem? I've got several jpeg file, one for each matirial number.
Thank you.

Hi,
  In the Graphic window of general attributes, Specify the name of the logo as &LOGO&. Declare the LOGO as variable name where the actual name of the logo is stored.
  As like below.
Regards
Srikanth

Similar Messages

  • How to display a dynamic image file from url?

    Hey,I want to display a dynamic image file from url in applet.For example,a jpg file which from one video camera server,store one frame pictur for ever.My java file looks like here:
    //PlayJpg.java:
    import java.awt.*;
    import java.applet.*;
    import java.net.*;
    public class PlayJpg extends Applet implements Runnable {
    public static void main(String args[]) {
    Frame F=new Frame("My Applet/Application Window");
    F.setSize(480, 240);
    PlayJpg A = new PlayJpg();
    F.add(A);
    A.start(); // Web browser calls start() automatically
    // A.init(); - we skip calling it this time
    // because it contains only Applet specific tasks.
    F.setVisible(true);
    Thread count = null;
    String urlStr = null;
    int sleepTime = 0;
    Image image = null;
    // called only for an applet - unless called explicitely by an appliaction
    public void init() {
                   sleepTime = Integer.parseInt(getParameter("refreshTime"));
              urlStr = getParameter("jpgFile");
    // called only for an applet - unless called explicitely by an appliaction
    public void start() {
    count=(new Thread(this));
    count.start();
    // called only for applet when the browser leaves the web page
    public void stop() {
    count=null;
    public void paint(Graphics g) {
    try{
    URL location=new URL(urlStr);
    image = getToolkit().getImage(location);
    }catch (MalformedURLException mue) {
                   showStatus (mue.toString());
              }catch(Exception e){
              System.out.println("Sorry. System Caught Exception in paint().");
              System.out.println("e.getMessage():" + e.getMessage());
              System.out.println("e.toString():" + e.toString());
              System.out.println("e.printStackTrace():" );
              e.printStackTrace();
    if (image!=null) g.drawImage(image,1,1,320,240,this);
    // called each time the display needs to be repainted
    public void run() {
    while (count==Thread.currentThread()) {
    try {
    Thread.currentThread().sleep(sleepTime*1000);
    } catch(Exception e) {}
    repaint(); // forces update of the screen
    // end of PlayJpg.java
    My Html file looks like here:
    <html>
    <applet code="PlayJpg.class" width=320 height=240>
    <param name=jpgFile value="http://Localhost/playjpg/snapshot0.jpg">
    <param name=refreshTime value="1">
    </applet>
    </html>
    I only get the first frame picture for ever by my html.But the jpg file is dynamic.
    Why?
    Can you help me?
    Thanks.
    Joe

    Hi,
    Add this line inside your run() method, right before your call to repaint():
    if (image != null) {image.flush();}Hope this helps,
    Kurt.

  • How can I delete two .jpg files from my desktop that refuse to be deleted?

    How can I delete two .jpg files from my desktop that refuse to be deleted?

    The two icons refused to be moved to the garbage. The good part in all this is that ater I turned off the computer at night and turned it back on the next morning they were gone!
    Thanks.

  • How to insert a JPG file from file system to Oracle 10g?

    I have developed a schema to store photos as BLOB which store the text description as CLOB original filename, file size.
    I also use ctxsys.context to index TEXT_DESCRIPTION in order to perform Oracle Text Search and it works.
    I would like to insert some JPG file from say C:\MYPHOTO\Photo1.jpg as a new record. How can I do this in SQL PLus and/or Loader?
    How can I retrieve the PHOTO_IMAGE back to the file system using SQL Plus and/or command line in DOS?
    See the following script:
    create user myphoto identified by myphoto;
    grant connect, resource, ctxapp to myphoto;
    connect myphoto/myphoto@orcl;
    PROMPT Creating Table PHOTOS
    CREATE TABLE PHOTOS
    (PHOTO_ID VARCHAR2(15) NOT NULL,
    PHOTO_IMAGE BLOB,
    TEXT_DESCRIPTION CLOB,
    FILENAME VARCHAR2(50),
    FILE_SIZE NUMBER NOT NULL,
    CONSTRAINT PK_PHOTOS PRIMARY KEY (PHOTO_ID)
    create index idx_photos_text_desc on
    PHOTOS(TEXT_DESCRIPTION) indextype is ctxsys.context;
    INSERT INTO PHOTOS VALUES
    ('P00000000000001', empty_blob(), empty_clob(),
    'SCGP1.JPG',100);
    INSERT INTO PHOTOS VALUES
    ('P00000000000002', empty_blob(), 'Cold Play with me at the concert in Melbourne 2005',
    'COLDPLAY1.JPG',200);
    INSERT INTO PHOTOS VALUES
    ('P00000000000003', empty_blob(), 'My parents in Melbourne 2001',
    'COLDPLAY1.JPG',200);
    EXEC CTX_DDL.SYNC_INDEX('idx_photos_text_desc');
    SELECT PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS;
    SELECT score(1),PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS
    WHERE CONTAINS(TEXT_DESCRIPTION,'parents',1)> 0
    ORDER BY score(1) DESC;
    SELECT score(1),PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS
    WHERE CONTAINS(TEXT_DESCRIPTION,'cold play',1)> 0
    ORDER BY score(1) DESC;
    SELECT score(1),score(2), PHOTO_ID ,TEXT_DESCRIPTION
    FROM photos
    WHERE CONTAINS(TEXT_DESCRIPTION,'Melbourne',1)> 0
    AND CONTAINS(TEXT_DESCRIPTION,'2005',2)> 0
    ORDER BY score(1) DESC;

    Hi
    You can use the following to insert an image:
    create table imagetab(id number primary key,imagfile blob, fcol varchar2(10));
    create or replace directory imagefiles as 'c:\'
    declare
        v_bfile BFILE;
        v_blob  BLOB;
      begin
        insert into imagetab (id,imagfile,fcol)
        values (3,empty_blob(),'BINARY')
        return imagfile into v_blob;
        v_bfile := BFILENAME ('IMAGEFILES', 'MyImage.JPG');
        Dbms_Lob.fileopen (v_bfile, Dbms_Lob.File_Readonly);
        Dbms_Lob.Loadfromfile (v_blob, v_bfile, Dbms_Lob.Getlength(v_bfile));
        Dbms_Lob.Fileclose(v_bfile);
        commit;
      end;
    /

  • How do i transfer jpg files from outlook to iphoto

    how do I transfer multiple .jpg files from outlook to iphoto very easily?

    This may be a stupid suggestion.... Drag and Drop... Drag the jpeg's from the outlook window and drop them inside the iPhoto window.

  • Importing jpg files from hard drive

    I am trying to import all my pictures into iphoto however am getting an error:
    Unreadable file, The following file cannot be imported. (import failed).
    The files I am importing are *.jpg files from various camera I have owned over 5 years. I have all the photos uploaded into my apple TV as well as being very easily readable through other picture viewers on my Mac. I cant seem to understand why it would not import into iphoto.
    Please can somebody help me if you have ever had this issue before.

    Welcome to the Apple Discussions. Try copying a few to the desktop and from there into iPhoto. If that is successful then there's something about being on the Apple TV drive that iPhoto doesn't like. If that's the case you may have to copy the photos to the desktop, import into iPhoto and then delete them from the desktop.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • My jpg files from CR2 edits in CS6/CC are not being imported into LR5.

    My jpg files from CR2 edits in CS6/CC are not being imported into LR5. Bridge and Explorer can see them ok. Tried to reimport but LR5 cant see them.
    The file numbers are the same as original CR2 but have the jpg extension. TIFFS and PSDs seem ok. Can anybody help please?

    how do I get all these files in my catalogue in the correct places cos they scattered around a bit
    That's kind of a broad question ... and there are many different approaches ... so I will explain my approach, and other people can explain their approach.
    My approach is to assign keywords and optionally captions and titles and other metadata to all of your photos, and use those to organize and search. Then, it doesn't matter what folders things are located in, if you want to see all your pictures of Chicago, you simply click on the arrow to the far right of the keyword Chicago. You don't have to remember what folders to look in, and this works even if the photos are scattered in a dozen different folders. In addition, since photos must be in one and only one folder, that limits your ability to organize; but you can assign as many keywords as you'd like to a photo, so a single photo can have keywords "Chicago" "Zoo" "Elephant" "Vacation" "Illinois" "United States" etc.

  • Is anyone know how to create dynamic pdf file from a JSP page or Servlet ?

    Hi
    Is any one know how to create a dynamic PDF file from JSP or servlet. I need to have standard form format needs to be created and want to send the info to that form dynamically.
    Is there any libraries available?
    Thanks

    I posted a link in this thread to a lib that lets you create PDFs from an app. They have a Java version. I have not used it but I know someone who used it with Microsoft ASP and they liked it.
    http://forum.java.sun.com/thread.jsp?forum=31&thread=287285
    -S-

  • Cannot Load JPG Files From Canon Powershot S2 IS

    Hi,
    I'm having a problem loading JPG files from my Canon Powershot S2 IS. When I plug the camera into the USB port, I get the Canon Camera/DV Twain Driver with a list of images to import. They are all JPEG images, which is my camera's native format. (I don't think RAW is available on this model.) But when I select an image by double-clicking it, it is imported into Photoshop Album (Starter Edition 3.0), but has somehow been converted to TIFF.
    The problem I have with this is that the TIFF format uses up about 7 time more disk space than the original JPG and I can't afford a new hard drive right now. I simply don't have enough disk space available to import all my images. (I plan to back them up on CD after importing.)
    I see that Edit -> Preferences -> Scanner has an option to save files as JPEG, but Edit -> Preferences -> Camera has no such option.
    Please help! How do I get the images to stay as JPEG?
    Thanks!
    Debbie Hunt

    Answered your other post
    Colin Walls, "Help! PSA SE 3.0 converts my images to TIFF!" #1, 9 Sep 2005 2:28 pm

  • Import only jpg files from a camera that shoots RAW+jpg?

    Is there a way to import only jpg files from a camera that shoots both RAW+jpg? I only want the small jpgs copied, not the RAW file. I have the USB adapter and am about to go on vacation and wanted to use my iPad to upload pictures to Facebook on the go so I am going to shoot on my Canon 5D in RAW+jpg. All I want to copy to the iPad are the jpg files. Is there a way to only copy one?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    I would note there is a long-standing issue between Kodaks and some versions of OS X - the workaround for that is to use a USB Card reader.
    Regards
    TD

  • Create JPG files from a pattern

    Hello
    How to create JPG files from a pattern in Photoshop CC?
    I created a website where I used the pattern in the background, now I need a little bit of this pattern to be inserted into the stylesheet CSS. In earlier versions of Photoshop as I knew to do it.
    Thank you for your response.

    When i hovering in Preset Manager does not appear the pixel dimensions, I know this solution of the previous versions of Photoshop, but in photoshop cc does not work for me. Do you know of another method to check the pixel dimensions of the pattern?

  • Copy jpg files from mac o sx 10.5.4 to pc windows xp

    I copied jpg files from my mac book to a windows pc, however, when I go to the widows machine I can see them on the hard drive of the pc but the pc will not open them.  
    During the copy an added extension, a "dot" and then an underscore before each files name.  Example.  On my mac I have a jpg file named 2f.jpg and when I copied it over it appears on the windows pc as   ._2f.jpg.  Windows can not read it

    MDD Dual 1GHz PowerMac
    Titanium Powerbook
    HP T7500 Dual Core 2.2GHz laptop
    windows formatted (NTFS) 250GB SimpleTech External HD
    Hi Friends,
    I'm forced to use a PC at work that I have the windows formatted ext hard drive connected to for backup purposes.
    I connected the external drive via USB2 to my TiPB and downloaded some RAW image files.
    Those image files are not recognized by my Bridge on my Mac.
    Those image files are no longer recognized by my PC thru Bridge, Photoshop or Lightroom. I also see an extra file type with the name "filename.dng.mac"
    Therefore, if my original file name is "_JTR0398.dng", then, after mounting the external HD on my laptop or PowerMac, I also get another file next to it named "_JTR0398.dng.mac".
    Thanks for your help!
    Joe

  • Why won't the new Photos app accept JPG files from my Kodak Easy Share like iPhoto did?

    Why won't Photos accept JPG files from my camera like IPhoto did?

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?
    I would note there is a long-standing issue between Kodaks and some versions of OS X - the workaround for that is to use a USB Card reader.
    Regards
    TD

  • How can I download all my raw+jpg files from new Canon SX50 HS camera?

    How can I download all my raw+jpg files from new Canon SX50 HS camera? Some work and most won't.

    Are you running Lightroom 4.3 which is the minimum version required for that camera?
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html

  • Open File from Filesystem with OutputLink

    I have implemented an UploadForm with JSF. With this form a File is uploaded to my filesystem and some data (link to filename, filename itself and so on) are written to the Database.
    No I display these data from the database in a datatable and I want to implement a link, that the user can open the file from the filesystem. I have tried a outputlink with something like that:
    <h:outputLink value="file:C:\Entwicklung\IDE\eclipse\readme.txt" target="_blank">
                   <f:verbatim>
                        Test
                   </f:verbatim>
    </h:outputLink>
    I'm not sure if the file: Command is the right...
    The problem is, that nothing happens. When I try to save the file, pressing the right button and choose "Save as..." the file is correctly saved.
    How can I implement a link to open a file from the filesystem?
    Regards,
    Andy

    No the file won't be a html file..
    I will be some kind of pdf or doc?
    So how to launch them? Do I need an Outputstream?
    Has anyone experiences with that?Any file could go as an href value.
    Issue is not file type, but a proper URI that the server could resolve.

Maybe you are looking for

  • How can I get the serial number for Premiere 11?

    In october 2012 I´ve bought a bundle pack with Photoshop Elements 11 and Premiere 11. After a hard disk crash i was about to reinstall them both but my wife has trown the envelope in the garbage... = No Serial number available!! I´ve registered the s

  • I'd like to convert this OB action to a Pekwm action

    I found a thread by pablokal which showed his Openbox shortcuts and noticed one that I've really wanted: Super Left - resizes window to half the screen then snaps it to the left [Obkey options Action: unmaximizefull, maximizevert, move resize to x=0,

  • No Compiler found for generated JSP source

    I am trying to deploy a web application JSP with J2EE implementation server on windows XP. I used autodeply but i get the following error on my browser. I already tried to copy tools.jar from D:\j2sdk1.4.2_07\lib to D:\Sun\AppServer\lib and restarted

  • WRT610N firmware version

    Hi, SOme days from now, the WRT610N v1 firmware version is the same of WRT610N v2. Is that right or a problem on site content management? Regards,

  • Moving data from old power pc with OS 8.6 to computer with OS X

    How can you move data from an old power pc to a new MAC? And then, how do you permanently erase the old hard disk before donating the computer?