Inserting Image/Logo

Hi
How do I insert a image in to top right of the report in test stand (opposite to STATION ID, SERIAL NUMBER ect..). See attached word file for exact location.
OR
Top of the Report?
Attachments:
Test_stand_Logo.doc ‏69 KB

Hi,
Try this example.
In the ModifyReportHeader. In the Expression step, I use a Find() to get a start index after the string "Sttion ID:"
Then I use the SearchAndReplace() to change "\n" for the string contained in Locals.AddToHeader, but I only do this once. Hence the value 1 after the False parameter.
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
Attachments:
Computer10.seq ‏46 KB

Similar Messages

  • Inserting image(logo) in jframe

    hi..i'm trying to insert a image(logo) in my jframe.
    the following is my code :
    ImageIcon icon = new ImageIcon("c:\\java\\nm_logo-medium.jpeg");
              JLabel image = new JLabel(icon,JLabel.CENTER);
              image.setBounds(10, 10, 20, 20);
              getContentPane().add(image);
              p1.add(image);
    how come my image does not appear??

    getContentPane().add(image);
    p1.add(image);your adding the image 2 times, to 2 different containers, add the image to one of the container & ensure that the container is added to the frame & is visible.
    hope this helps u.
    regards,
    Afroze.

  • Insert Image/Logo in ALV List

    Hi everyone,
    I'm trying to insert a photo as a logo in ALV report. I've figured out that in SAP, we have 2 function to generate an ALV report: REUSE_ALV_GRID_DISPLAY and REUSE_ALV_LIST_DISPLAY.
       REUSE_ALV_GRID_DISPLAY can support display options better than REUSE_ALV_LIST_DISPLAY, thus we can use REUSE_ALV_GRID_DISPLAY to display company's logo. It's ok when we display the report on computer screen, but the problem is that when we print the ALV report, it always converts ALV to the form of LIST_DISPLAY, instead of GRID_DISPLAY. Thus, the logo is not printed!!!
    Are there an solution that help me have the logo printed along with the report?.
    Thank you and regards,
    Long

    Hello,
    I am afraid that printing logos via ALV is not possible, since the output stream
    sent to the printer is pure text.
    Regards,
    David

  • How to insert a logo in sap script?

    How to insert a logo in sap script?

    Steps to insert a logo,
    I
    1. First save the file as BMP
    2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and
    make it Zoom as 100% and save as *.TIFF
    3. Open SE38 and execute program RSTXLDMC
    4. Give your TIFF file path name
    5. Select Bcol (for Color)
    6. TEXT ID will be ZHEX-MACRO-*.
    7. Inplace of * write your own logo name (ZCOMPANYLOGO)
    8. Execute the program
    9. Now Goto SE71 create your ZFORM
    10. Create logo window
    11. Goto text element of logo window
    II
    1. Goto SE71 Change the mode to GRAPHICAL
    2. Choose the Graph Tabstrips
    3. Now type in some name for the LOGO WINDOW
    4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP
    5. The code will be written automatically. You just need to drag and drop wherever you want
    the graphics to be.
    III
    1 ) create a bmp file in local system
    2 )RSTXLDMC FM to upload image in tiff format.
    Also check these links...
    Logo in SAP SCRIPT
    Re: Uploading a (Image) Logo in your Sap Script
    Need Urgent Help for Logo Uploading the Sap Script
    sap script  logo
    http://www.sap-img.com/ts001.htm
    Regards,
    Sakthi Sri.

  • Inserting image in WAD

    Hi gurus
            I have the company logo file in .JPG format  in my desktop ,I want to add it in my WAD .Can anybody please tell me the procedure to do it.
       I right clicked - insert images- a window came---showing  the path of the file to upload .. but im not able to choose my desk top file...
    Is any way to do
    Please help me
    Thanks gurus
    Pradeep

    Hi Pradeep,
    Go to SE80 -> Mime Reporsitory-> BW->Customer->Images.
    Rt. Click and then click on import MIME object.
    Specify your file name.
    Now you can use this file using insert option in WAD.
    Hope it helps.
    Thanks.
    Uday.

  • Help with inserting image! it's not showing..

    Hi. I'm a very beginner, and really struggling with basics. Please can someone help me?!
    All I'm trying to do is insert a logo to the bottom of the page (or whereever really!) I've inserted the file onto the page which shows fine in dreamweaver, but it doesn't seem to 'put' and when I check page online it just shows as the image name.
    You're prob saying 'duhhh' in your head right now! but I am used to photoshop and illustrator, I'm finding dreamweaver so complicated!
    You can see what i mean on my about page - www.sarahray.co.uk/about.htm (at the bottom underneath the writing it says AOI logo. Thats what I'm trying to put.)
    Any help MUCH appreciated! xx

    Hi
    The file path is pointing to your hard drive not to the location on your server/site -
    <p class="style3"><img src="file:///Macintosh HD/Users/sarahray/Downloads/AOIMembersLog
    OI_Logo_Member_black.jpg" width="280" height="108" alt="AOI logo" longdesc="http://www.theaoi.com" /></p>
    PZ

  • DW CS5 -wrong path shown in code after using'Insert/Image'.

    Normal site management as follows:
    Site Name is set up, eg. - abcd.
    Local Folder is set as root - c:/abcd
    Logo image is in c:/abcd/images
    Using ‘Insert/ Image’ Dreamweaver enters the correct image in the correct div, but the source code reads:
    <div id="logo"><img src="../../../../abcd/images/logo.jpg" width="248" height="78" alt="abcd" /></div>
    instead of:     <div id="logo"><img src="/images/logo.jpg" alt="abcd" /></div>
    So the path for the image seems to be defaulting incorrectly and I can see the url in the ‘select image source’ window is automatically showing a longer path: ../../../../abcd/images/
    Ideas tried so far: 
    Replaced the url manually to the local path (works fine), but it defaults again next time to the longer path.
    Tried recreating the site cache and FAQ corrupt cache fix.
    Removed the site and set it all up again.
    Manually change the path in the code and DW no longer finds the image.
    I’m a newbie who has only created a handful of sites so any ideas are very much appreciated – thanks, Shelly J

    Hi Murray,
    Thanks very much for the reply - as a first time forum user it is great to see there are friendly people out there.
    Site name abcd and Local Site Folder showed  C:\abcd\  as per normal (not using root relative) and in advanced settings links are relative to document, not site root, but you gave me a great lead and the problem seems to be resolved now, thanks. With my workflow I manually transfer the completed files to another drive (rather than the DW remote function) where a developer then adds value and ftp's them up and it seems that there was some glitch between the server and my PC. I had already tried resetting my PC earlier, but he has reset his end now and my DW is no longer confused. So thanks again. (perhaps simply hardware but I suspect the 'include' that was added to my last site's code - who knows ha ha..) Cheers, Shelly.   

  • Dynamic image(logo) in reports 6i

    Hi,
    I want to insert an image (logo of my company) in all my reports, from a location for example d:\abc.gif, so that if i replace the image from a new one the report show the new image (logo),
    I tried file --> import --> image already but it is static and if there is any change in logo i need to change in all my reports,
    should i save the image in a table and show it , but how , please tell,
    Note ( Report Builder 6i
    Database 9i)
    Regards

    I got the solution and writing it below for other guys,
    •     Create a table with a column type BLOB or long raw in database
    •     Save the picture in it by making a form based on the table in previous step.
    •     Write the following code in when image pressed trigger
    DECLARE
    V_FILE_NAME VARCHAR2(40);
    BEGIN
    V_FILE_NAME := GET_FILE_NAME(File_Filter=> 'JPG Files (*.JPG)|*.JPG|');
    READ_IMAGE_FILE(V_FILE_NAME,'JPG', 'block_name.image_item');
    END;
    •     In reports, create SQL Query to read that table, and assign the BLOB, Long Raw field in to the report.

  • Dreamweaver CS3 Insert Image

    I'm trying to insert an image onto my page. I typically
    receive a prompt saying:
    "You won't see the element unless View > Visual Aids >
    Invisible Elements is checks, and the preference setting for this
    element is on"
    It puts the following text on a new balnk page without a
    prompt:
    <!-- Copyright 2000, 2001, 2002, 2003 Macromedia, Inc. All
    rights reserved. -->
    <title>
    <MMString:LoadString id="insertbar/image" />
    </title>
    I'm really lost. The Visual Aids is grayed out, however the
    Invisible Elements is checked.

    Bad url.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "cavemanlawyer15" <[email protected]> wrote
    in message
    news:g2moo6$28i$[email protected]..
    > I used Dreamweaver CS3's Insert | Image Objects |
    Navigation Bar feature
    to put
    > a nav bar in a site. On the Products page (using IE 7)
    the nav looks
    great
    > (apologies for the spaces in the URL):
    >
    >
    http://www.clicksh arpma
    rketing.com/beta/brum/products.html
    >
    > But click to Company or Contact and the logo at the top
    right gets
    clipped --
    > any idea what is happening?
    >
    > Thanks very much.
    >

  • Error in inserting images into table

    Hi All,
    I am trying to insert images into a table.
    Followed these steps:
    CREATE TABLE XX_DEMO_IMG_TBL
    file_id      NUMBER(5),
    file_name      VARCHAR2(30),
    file_data      BLOB
    LOAD DATA
    INFILE *
    REPLACE
    INTO TABLE XX_DEMO_IMG_TBL
    FIELDS TERMINATED BY ','
    file_id INTEGER(5),
    file_name FILLER CHAR(30),
    file_data LOBFILE (file_name) TERMINATED BY EOF
    BEGINDATA
    1,c:\1.txt
    used sqlldr cmd
    Got the following error:
    *ecord 1: Rejected - Error on table XX_DEMO_IMG_TBL.
    ORA-01460: unimplemented or unreasonable conversion requested*
    I am using SQLPlus: Release 10.2.0.3.0 -*
    Can any one please guide where am i going wrong ?
    Thanks,
    Saritha

    Thanks for your time.
    I got a solution for this, I modified my control file like this..
    LOAD DATA
    INFILE *
    REPLACE
    INTO TABLE SCOTT.XX_DEMO_IMG_TBL
    FIELDS TERMINATED BY ','
    file_id ,
    file_name ,
    file_data LOBFILE (file_name) TERMINATED BY EOF
    BEGINDATA
    1,c:\Users\SariRavi\Desktop\logo.gif
    and it worked.
    Thanks,
    Saritha

  • Images / Logos on OD Plus Worksheets

    OD Desktop allows users to insert bitmaps, such as company logos, into the Title area of a worksheet (and to provide a user-specific default via a registry setting).
    Not only does Plus not have the ability to insert an image, it can't even display any that were already added to the worksheet in Desktop.
    Here is Oracle's official word on this...
    "Currently this feature is available in Desktop only, and not implemented yet in PLUS, so when saving a bitmap in Desktop it will not appear in PLUS. There is an enhancement request Bug 3996567 for this issue. (BITMAP IMAGES LOGO IN PLUS/VIEWER). This feature is approved for future release by Discoverer product management but at the time of writing this document (12/17/08) there is no a fix date."
    Oracle will try to tell you that some of this functionality does exist, but all they are referring to is the connection page, not what actually appears on worksheets.
    IF THIS IS IMPORTANT TO YOU , LET ORACLE KNOW BY SUBMITTING A SR TO ADD YOUR ORGANIZATION TO THE LIST OF CLIENTS NEEDING  3996567.
    Thanks...
    Rob.
    Edited by: rrosenstein on Jan 8, 2009 10:14 AM

    Rob.
    It's been like that for years and I guess I / we got used to it.
    As you mentioned, a logo per se, is available in the 'framework' of Plus but not in the title area.

  • Adding an image (logo) to webi report

    Seeking if possible to add an image (logo.jpg) to a webi report, as how to achieve this.  thanks !!!!

    Hi Barry,
    The image inserted must be in either Graphics Interchange Format (GIF) or Joint Photographic Experts Group (JPEG) format.
    GIF format supports 256 colors and is useful if a logo or icon is to be inserted in to the document. It allows for background transparency so that the underlying color of the web page can show through. This is useful when inserting an image in a cell that contains data.
    JPEG supports 16 million colors. It is best suited for photographs and complex graphics. JPEG images are static whereas GIF images can be animated.
    Image files are often located on a secured web server on a corporate network. To insert an image in a report, link a selected area of the report to an image file on the web server either by filename or by URL and filename.
    To solve the above issue follow the below steps:
    To link to the images by filename, type the filename in to the cell (for example, <INSTALL DIR>\Images). WebIntelligence automatically adds boimg:// before the filename. This links to the file on the BusinessObjects server (for example: boimg://image.gif).
    Usie the URL and the filename to insert the image when the image files are located on a separate web server. The entire URL and filename is entered in to the cell (for example, http://www.internal.businesscompany.com/images/company_logo.jpg).
    The image"s size is defined when it is created. The size can not be modified using WebIntelligence.
    Hope this helps.
    Regards,
    Deepti Bajpai

  • How to insert a logo in discoverer plus edition

    Hi
    I want to insert a logo/image file in discoverer plus edition(In Worksheet).
    Please anyone help me on the same.
    Regards
    Sreehari

    Hi Kranthi
    Sorry but this is still not included with the 11g release.
    The only change in 11g R1 is the underlying application server which has now become weblogic. The user interface and interoperability is the same as in 10.1.2.3.
    11g R2 is due out in 2010 and so far no specs have been issued as to what might be included other than the interfacing to OBI EE 11g.
    Best wishes
    Michael

  • Dreamweaver CC 2014 Changes Insert Image

    I maintain a club web site where I link images from a club photosharing web site to show on this site.  Up until this month I have right-clicked on the image on the other site, selected "copy Image URL" and then selected Insert Image in Dreamweaver and the website URL was inserted in the <img src= code.  This has worked very well to minimize my having to have the same image on two different web site.  Now for some reason, when I copy the URL, Dreamweaver follows the <img src = with a reference to a temporary file in my user directory and wants to know if I want the file moved to the site root directoy on my computer.  I would then have to put the file to the web server, using my quota there, and remember to delete it both places when I'm no longer displaying in.  This is all a pain.  Is there some way to revert to the previous Insert Image method?

    Go into code view and change the image source there as in
    <img alt="Adobe Logo" src="https://forums.adobe.com/themes/adobe-global/images/logo.png" />

  • Insert the logo

    hello,
    i wanto insert our logo in the standard format of the purchase order right, before that i made the z file ok, in that z file i want to insert our logo, how to do the same and let me know in details.
    pls do the needful urgently.
    thanks
    sujatha

    Hi
    SAP SCRIPT LOGO PRINTING
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run program RSTXLDMC and enter the following parameters
    Enter file name C:\COMPLOGO.TIF
    UOM CM
    Line width for text 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Number of Tiff gray levels (2,4,9) 2
    3. Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
    /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
    Reward points if useful

Maybe you are looking for