Can I get an imagefield to populate images on all page once image is uploaded

Hi,
I'm pretty new to LC and I have a long dynamic form to build from scratch. This form will be used by Sales, who will
"configure" the services, fees ect to be on the form, then send it to the applicant to be filled. I would like our Sales rep to be able to upload an image to a image field (logo), and that logo to show on top of every page. As I don't seem to be able to add action to a image field, how can I do that? Million thanks in advance!

They don't have to access the master page - the master page is what the form is built on, where you set your margins, put page numbers, boilerplate info, etc.
You could also have one image field on the first page and image field's wherever else you need them and use global binding to make them share the same data - for global binding to work they have to have the same name and then on the Object>Binding palette set the Data Binding to Use Global Data.
Or you could code it with the rawValue: imageField2.rawValue = imageField1.rawValue;

Similar Messages

  • How can I get my Indesign script to apply to all pages in the document?

    My script (java) shown below will only apply to the first page of the document. How can i get it to apply to all pages of my document? What am I missing? Thanks.
    scirpt:
    myDocument = app.activeDocument
    with (myDocument.pages.item(0).marginPreferences){
    columnCount = 1;
    //columnGutter can be a number or a measurement string.
    columnGutter = "0";
    bottom = "0"
    //When document.documentPreferences.facingPages == true,
    //"left" means inside; "right" means outside.
    left = "0"
    right = "0"
    top = "0"
    inside = "0"

    Hi,
    You have to iterate through all pages.marginPreferences:
    var
      myDocument = app.activeDocument,
      allPagesMaPref = myDocument.pages.everyItem().marginPreferences,
      curPageMaPref;
    while ( curPageMaPref = allPagesMaPref.pop() )
      with (curPageMaPref) {
      columnCount = 1;
      //columnGutter can be a number or a measurement string.
      columnGutter = "0";
      bottom = "0"
      //When document.documentPreferences.facingPages == true,
      //"left" means inside; "right" means outside.
      left = "40"
      right = "0"
      top = "0"
      inside = "0"
    Jarek

  • When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    Have you uploaded a sitemap.xml recently and checked your webmasters account to see when your site was last crawled?
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • How can I get the resolution of an image file in JSP?

    how can I get the resolution of an image file like jpg,gif,png in JSP ?

    Hii,
    If by the resolution, u mean size..this is how u can come to know....
    String add = "path/to/some.jpeg";
    javax.swing.ImageIcon chain = new javax.swing.ImageIcon(add);
    int height = chain.getIconHeight();
    int width = chain.getIconWidth();
    Hope that helps.
    regards
                   

  • Can't get SWF to display on DW CS4 generated page

    I can't get a simple SWF to display on a page created in DW
    CS4. It uses the new swfobject_modified.js, but generates a script
    error, and in Firefox shows the message "Content on this page
    requires a newer version of Adobe Flash Player" even though the
    player is completely up to date.
    It works OK on a static site with default file paths:
    www.askew.co.nz (SWF is a red ellipse withmirrored "S" on
    left)
    But I still can't get it to work on CMS site, even though I
    have checked the paths to swfobject_modified.js and the flash
    object are valid in the source code. The problem page (CMS site) is
    here:
    http://askew-site.fjstaging01.pbstaging.com/
    The error is:
    <!--
    swfobject.registerObject("FlashID");
    //-->
    (line 144 Uncaught ReferenceError: swfobject is not
    defined)

    This is curious - are you sure you need it?
    # Info Line 3, Column 10: ID "head" first defined here.
    <head id="head"><title>
    Anyhow, your links all appear wrong -
    <param name="movie" value="../../images/bigS.swf" />
    <param name="expressinstall"
    value="../../images/expressInstall.swf"
    />
    <object type="application/x-shockwave-flash"
    data="../../images/bigS.swf" width="90" height="330">
    <param name="expressinstall"
    value="../../images/expressInstall.swf" />
    The page itself is at the root -
    http://askew-site.fjstaging01.pbstaging.com/
    There is no "go up two folder levels". Nor is the "S" swf at
    this
    location -
    http://askew-site.fjstaging01.pbstaging.com/images/bigS.swf
    So - it appears that something is out of kilter here.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dv8kiwi" <[email protected]> wrote in
    message
    news:gjm648$7ch$[email protected]..
    >I can't get a simple SWF to display on a page created in
    DW CS4. It uses
    >the
    > new swfobject_modified.js, but generates a script error,
    and in Firefox
    > shows
    > the message "Content on this page requires a newer
    version of Adobe Flash
    > Player" even though the player is completely up to date.
    >
    > It works OK on a static site with default file paths:
    > www.askew.co.nz (SWF is a red ellipse withmirrored "S"
    on left)
    >
    > But I still can't get it to work on CMS site, even
    though I have checked
    > the
    > paths to swfobject_modified.js and the flash object are
    valid in the
    > source
    > code. The problem page (CMS site) is here:
    >
    http://askew-site.fjstaging01.pbstaging.com/
    >
    > The error is:
    > <!--
    > swfobject.registerObject("FlashID");
    > //-->
    > (line 144 Uncaught ReferenceError: swfobject is not
    defined)
    >

  • How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    Hi
    Please take a look to this thread Re: Can I refresh the browser rather than open a new tab?

  • HT1203 Can I share one iTunes account for my iPad and two I phones? If so, how can I get the purchased apps and music on all three devices? Do I need a home computer,

    Can I share one iTunes account for my iPad and two I phones? If so, how can I get the purchased apps and music on all three devices? How do I sync all the devices to have the same music and apps?

    You can set up an iCloud account on each one (the SAME iCloud account using the same AppleID on each) and then sync via iCloud.
    http://support.apple.com/kb/HT5262\
    However, an iCloud backup nor sync contains purchased content - that is available for redownload from the iTunes and App stores (so no need to waste iCloud space storing it for you).
    So, for purchased content, you will have to download it on each device - just use the same AppleID and download each item on each device.
    Without a computer to aid the sync'ing, downloading the purchased content on each device is the only way.
    P.S  audiobooks cannot be re-downloaded once purchased (all other content can be), so without a computer to save, store and move the audiobook files around, you will only be able to put those on one device - the one you first purchase it on.

  • I cannot locate my cs6 redemption code and I just purchased a new computer because my old one doesn't work anymore. How can I get my photoshop on this computer? All my other products are registerd with a serial number

    I cannot locate my cs6 redemption code and I just purchased a new computer because my old one doesn't work anymore. How can I get my photoshop on this computer? All my other products are registerd with a serial number

    The activation servers for CS and CS2 stopped working and were taken down. You'll need to take a look at this link for your issue: https://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.ht ml
    Benjamin

  • How can you get back to the registration screen to change information once registration is complete

    how can you get back to the registration screen to change information once registration is complete?

    You don't have to. Just go to Apple's Express Lane and add products.

  • I can't get to download the app store after all the updates. I have version 10.6.8 and there are no more available updates for my operating system.

    I can't get to download the app store after all the updates. I have version 10.6.8 and there are no more available updates for my operating system.

    Look in the HD/Applications folder.

  • I can't get my Ipad to show up at all in Itunes.  1 How do I fix that and 2 Can I fix this without losing all of the videos and apps that aren't synched with my computer yet?

    I can't get my Ipad to show up at all in Itunes.  1 How do I fix that and 2 Can I fix this without losing all of the videos and apps that aren't synched with my computer yet?

    http://support.apple.com/kb/ts1591
    http://support.apple.com/kb/TS1538

  • I have adobe cs6 and I can't get bridge or mini bridge open. All I get is "waiting for bridge." can anyone help?

    I have adobe cs6 and I can't get bridge or mini bridge open. All I get is "waiting for bridge." can anyone help?

    This tech doc should help. Simply try out each step one at a time until it works.
    Error: Waiting for Bridge | Mini Bridge panel
    Gene

  • I got locked out of Mac os 9 and now I can't get into OS 9 or OS X.  All I see is the Macintosh SE and a finder face and text that says "mac os 9.2 welcome to mac os".  I can't get into COntrol Panel to reset the password to allow me to get in.

    I got locked out of Mac os 9 and now I can't get into OS 9 or OS X.  All I see is the Macintosh SE and a finder face and text that says "mac os 9.2 welcome to mac os".  I can't get into COntrol Panel to reset the password to allow me to get in.

    Do you have OS X and OS 9 installed on your Mac? If so, startup with the Option key depressed. This will open the Startup Manager window. Select the OS you want to start from & click the right arrow.
     Cheers, Tom

  • I have much fewer pics on my pc photo stream than my ipad and iphone. how can i get my pc photo stream to show all my pics?

    I have much fewer pics on my pc photo stream than my ipad and iphone. how can i get my pc photo stream to show all my pics?

    This is all just a partial answer since details will depend upon how you want to do it.
    Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Commercial software utility for transferring songs from i-device to Mac - http://www.fadingred.com/senuti/
    http://support.apple.com/kb/HT1848 - just media purchased from iTunes Store
    You'll need to get it all onto one iTunes collection on your Mac Pro, then sync the devices to that.  iTunes only lets you transfer purchases from a device, otherwise you have to use third party software.
    I guess you could also look into getting iTunes Match.

  • How can I repair my IPod n still have all my information in it or can i get a new one but still with all my information for how much?

    How can I repair my IPod n still have all my information in it or can i get a new one but still with all my information for how much

    - Apple will exchange your iPod for a refurbished one for this price. They do not fix yours. Apple does not transfer any data.
    Apple - iPod Repair price      
    - To backup all your data to computer follow the instructions here. However, do not restore from backup until you have the replacement/repaired iPod.

Maybe you are looking for

  • Error: When deploying the DC after adding the web services

    Hi Experts, I was able to add the Webservice sucessfully. I execute the Webservice using the following code Request_ServiceHttpGet_getMaterialInfo Catalogue_Req =  new Request_ServiceHttpGet_getMaterialInfo(); wdContext.nodeRequest_ServiceHttpGet_get

  • Content Copier freezes with N95

    Hi there, I just updated my software on my N95. I did everything right and have been trying to restore the backup I made with content copier. My problem is that it doesn't complete the restore and seems to stop at 68%. I thought that maybe it wasn't

  • Deserialization error

    Hello all, I have a deserialization problem with a dynamic web service client.The return type that the service returns is a vector object.I am able to see from the soap (using tcpmon) that the service returns the values that i want to be returned by

  • 781084 - Cannot add document which needs approval to a Service Call

    Hi Experts, Is there any update on this error per SAP Note 781084? Symptom: When linking a sales document, which needs to be approved via an approval procedure, to a Service Call under the Expenses tab page, the document will not be displayed in the

  • NEED HELP / YouTube Upload Problems

    Hey buddies, i'm uploading lets play videos or also called commented gameplays once a day (usually) on YouTube but since the last update (i think this was the moment when the problem was born) of premiere pro cc the videos won't be accepted anymore.