SAPScript 4.6 - Include image on one page

Hello,
I need help with a custom SAPScript form I recently created.  I would like to include an image (employee photo) on the first page of my form, but it continues to show on every page.  I've read multiple forums on this site, but nothing seems to be working.  The only thing that has worked so far is if I use a WINDOW with the type GRAPH.  The only problem with this is that I need the image to be dynamic (i.e. for each employee) and this type of window does not let me modify the text elements.
The current form has the following settings:
1 Page defined
1 MAIN window
My ultimate problem is that I need to put the image in the top right hand corner of the page, and if I write the image in the MAIN window, I cannot position the image properly (unless someone knows how to do this).  Therefore, I've resorted to using a separate window, but as I've already said, this is not working. 
Note: Although I only defined one page, there is a lot of output which covers 5 pages.
Please let me know if more detail is needed.
Thanks,
Jon

Wrap an IF statement around the image statement.
IF &PAGE& = 1
<i>
INCLUDE Statement or BITMAP statement</i>
ENDIF
Regards,
Rich Heilman

Similar Messages

  • How to include iview from one page to another using FPM

    Dear experts
    using ECC6 NetWeaver 7
    I have followed this WIKI guide step by step.
    How to include iview from one page to another using FPM?
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=118423928
    On step 4 I couldnu2019t create an Iview based on view u201Cpersonal datau201D u2013 it was not possible.
    The view wasnu2019t there (in comprehend to the  WIKI)
    What could be the reason?
    I have full authorization on the portal.
    Thank in advance for your help.

    Please check this.
    Re: Organizational History iView
    /thread/370447 [original link is broken]
    Regards,
    Sandip

  • Random image order when printing multiple images on one page.

    If I filter images within a browser (lets say * stars or better) and then select print, and set up multiple different images per sheet to print, then the order of the images on the pages is seemingly random, certainly not the oder within the browser. If I print 4 images per sheet it might start with the 3rd image, then the 9th, then the 2nd, then the 12th. If I don't filter the images and select all the images in the browser it seems to be OK.
    Any ideas?

    Cid,
    This is a nice application that will let you do just that http://www.stuntsoftware.com/PhotoBooth/
    You might also like to take a look at this http://www.econtechnologies.com/site/Pages/PortraitsPrints/pnpoverview.html

  • Linking an image from one page to an image within a slideshow on another page.

    I would like to link an image on my home page with an image within a slideshow on another page of my website. I can create the link, but when I click on the link, instead of taking me to the image within the slideshow, it takes me to the first image of the slideshow which I don't want. Is there a way to link to an image "within" the slideshow and not the first image?

    Hi
    You can create pages with specific images and then use link of images which will open the page with that specific image, link images within slideshow to show exact image within would not be possible with native Muse feature as by default slideshow will open the first image in target.
    Thanks,
    Sanjit

  • Includes work on one page, but not another.

    Hello all.
    I made a Spry naviation bar. It works on the orginal page, but when I put it on other pages, the menu bar is there, but the spry functionality is gone.
    I've also had problems with my CSS stylesheet.  I tried putting it in my header include, but it doesn't work on all my pages, but it does work on some.  I've checked the links and they seem to be right as well
    Any tips?
    Gregg

    As a guess, I would say that you are using doc relative paths inside your include files, and the parent page that does not work is in a different directory than those that do work. But like most questions here, without seeing your code we can only guess.

  • Cropping Multiple Images on one page

    I have a large PDF document 30x42 that has multiple "tiled" details on it. 4-5 across and 4 down for a total of 16-20 details on one 30x42 sheet. Each has graphical and text information that needs to be kept together.
    I want to crop each one and turn them each to a JPEG all in one fell swoop.....Can mutliple crops be done? How can I accomplish this?
    Thanks!

    I'm pretty sure there's no way to make multiple crops at the same time. In fact, I can't think of a graphic application that supports this.

  • Merge print multiple image files on one page

    Hello,
       A Windows 7 end user seeks for a technical support from me. She tries to merge print multiple image files (JPEG) by using the following steps :-
    1) highlight more than 1 files
    2) [Right-click] then Choose [Print]
    3) she could print the multiple images on ONE page successfully when she initially bought/used this Win7 computer , but recently (these 2 months) she got the error : pop up a few dialogue windows saying "Insufficient memory"
    4) I helped her to close all other applications software and found no high CPU/memory processes and also asked for help from hardware manufacturer and got NO virtual memory and physical memory full error by running a utility tool provided.
    The hardware config :-
    - Windows 7 Prof Service Pack 1 64 bit
    - 4GB memory
    - i5 Intel CPU
    Anyone can help me to fix the issues for my end user ?
    Thanks in advance
    Regards,
    Bruce

    Hi Bruce,
    In addition to above suggestions, this issue can also be caused by corrupted user registry key.
    Please test the issue in new user accout.
    If the issue doesn't happen under new user profile, I suggest you repair corrupted user profile:
    Fix corrupted user profile
    http://windows.microsoft.com/en-us/windows/fix-corrupted-user-profile
    Kate Li
    TechNet Community Support

  • Moving objects from one page to another

    Hi All,
    I need to move an image from one page to another...
    For example, on page 1, I have one image that needs to shifted to 5th page of the document. Is that possible?
    Vandy

    I will suggest the duplicate() method instead of the move() here.
    Advantage: the position of the object on  page 5 will be same as the original one:
    var doc = app.activeDocument;
    // "r" is the graphic frame containing the image
    var r = app.selection[0];
    //The duplicate() method will maintain position of the object as long it is NOT an anchored object.
    r.duplicate(doc.pages[4]);
    //Get rid of the original
    r.remove();
    Uwe

  • Carousel don't show images, only the page name and a "read more" link

    Good morning.
      I'm trying to get a carousel in my page. I already set a image to one page and on my carousel component, I selected that page.
      When I see the carousel, it shows me the page inputed name and a "read more" link instead of the image.
      Can anyone tell me what's wrong or missed?
      Heres a print screen:
    Thanks.

    What did I do to correct this problem:
       When I create a page renderer component, the same automatically creates a jsp file, with the same name as the component. In my Geometrixx copy sites, there's always a "content.jsp" file in the components, despite of the one with the same name of the component. So, instead of build my pages in the componentname.jsp, i'm doing this is these content.jsp. Just doing this, the carroussel works perfectly. For sure is something that I miss in my own jsp files, but even with the same code (copy > paste), in my jsp the carroussel don't work. Anyway, now I can use it.

  • IPad Safari doesn't always load all images on a page.

    On sites such as boston.com's 'the big picture' (http://www.boston.com/bigpicture/) that have a lot of images, the ipad just doesn't seem to load all of the images.
    My iPhone 3G does the same thing - though with different images. It's not a site-side thing, the code is fine (debug console doesn't show any relevant errors)
    Is it that the hardware just can't display more than a few high-res images in one page properly?

    TwistedPenguin wrote:
    It's obviously a problem specific to just your iPads (or a select few) or maybe your routers or a combination of those things. Because I've never had any sort of problem like that and I load graphic heavy sites non-stop on my iPad. My wifi is only 1.5 Mbps, too, and I just bet that's at least 10 times slower than any of yours. All I'm saying is don't be so quick to blame Apple as it may be something you haven't thought of.
    Sorry, but you are wrong there. It is an iPad issue that has been discussed here several times before.
    There is some kind of memory restriction.
    Can you load all the images on conradp04's site mentioned above? I guarantee you can't!

  • Printing multiple photos onto one page

    Sorry, fairly new to PSE9!
    Have a group of photos I need to print to actual size (3cm x 4cm) to go into a photo frame.  They are all cropped and ready to go but there doesn't seem to be an option to print multiple images onto one page at a custom size?  A contact sheet only gives me the option for the number of columns and picture package doesn't give any such option either as far as I can see!  I'm sure I must be missing something here!
    Any help much appreciated!  Don't want to waste photo paper printing each small photo individually!

    http://www.elementsvillage.com/forums/showthread.php?p=206785#post206785
    Post #6 in this thread provides standard directions.

  • How do I  take four pages on one page, and give them each their own page?

    How do I take four  images on one page, and put them on their own page?

    You need a unique AppleID for each iCloud account.  So grab some free gmail, hotmail, aol, yahoo or whatever email addresses to make five new AppleIDs.  Now, everybody make an iCloud account for themselves, and keep the existing shared AppleID and password just for use in the iTunes and App Stores.  You can also each use your own unique AppleIDs to make iMessage accounts and keep those separate as well.

  • I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page word document, some recipients get only one page.  Also sometimes when I burn an image from iPhoto on to a disc, only part of the image appears.  Why?

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

  • How to print the text in only last but one page in sapscripts

    hiiiiiiiiiii,
             explian how to print the text in only last but one page in sapscripts? wher to write the code? plz if possible explain in detail with an example?

    Hello,
    The total no pages is given by &SAPSCRIPT-FORMPAGES& command.
    So u can handle the situation in ur form like this
    /: if &PAGE&  = &SAPSCRIPT-FORMPAGES&
    p1 TEXT
    /: endif
    Try in this way it may help u.
    Regards

  • How do I spread one image across 2 pages?

    How do I spread one image across 2 pages?

    You can't with a single image, but you can "fake" it. Duplicate the image & then line up the two halves. It's easier if you are viewing facing pages two-up.

Maybe you are looking for