Can you create a template that has a header and footer to forms?

Can you create a template that has a header and footer to forms?

Yes but how are they going to create the Landscape versions?
The problem with doing it in Pages '09 as rotated content is that the Headers and Footers are not rotated and there is inherent clumsiness in the rotated content usually being too large for the page when viewed at 90°.
Best to make it in two or more separate documents.
Peter

Similar Messages

  • How Can You Track a Person That Has Your IPhone And You Want It Back

    How Can You Track a Person That Stole Your IPhone And You Want It Back

    Log into icloud.com with your Apple ID and use Find my iPhone to track it. If it can't be located that way, there is no way to track it.

  • How can you find an ipod that has been lost

    how can you find an ipod that has been lost and the icloud is not turned on

    lost/stolen                                      
    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Creating a PDF that has editable fields and replaceable images

    I've been trying to figure out how I can create a PDF that has editable texts and replaceable images. I'm working for a company in which all computers only have Adobe Reader as means to view or edit a PDF file. So far I have managed to create a file that has editable text fields with customized appearance, which is great! The next step however was to create 'fields' that can be filled by an image. Is there a way to create replaceable images with LiveCycle or any other prorgram for that matter.
    My goal is simple: Create a PDF that has editable textfields and replaceable images. All of which should be done in Adobe Reader.
    I'm using Adobe Acrobat X Pro to create this file and I'm wondering if Live Cycle can help me with this problem, or if this is even possible to begin with. Thanks in advance.

    Your goal is very simple with the LCD. You are have to use only an Image Field (important no Image) from the object library.
    Any time you can click on it and select a new picture.
    Hope this information is helpful?
    Kind regards Mandy
    PS: Oh I opened this tab and there are no answers at this time

  • Can I create a JAR that is an Applet and Desktop app at the same time?

    Hi mates.
    Can I create a JAR that is an Applet and Desktop app at the same time?
    Thanks.

    Ricardo_Ruiz_Lopez wrote:
    ..I have one problem, I want a JMenuBar but I can't add it inside a jPanel.
    Any idea?
    SSCCE
    It can be compiled/run as an applet or application something like this (e.g. for a Win command prompt).
    C:\Users\Andrew\Hybrid> javac Hybrid.java
    C:\Users\Andrew\Hybrid> java Hybrid
    C:\Users\Andrew\Hybrid> appletviewer Hybrid.java
    C:\Users\Andrew\Hybrid> // YES the previous line requires a '.java'  suffix - trust me.  ;-)Code
    // <applet code='Hybrid' width='600' height='400'></applet>
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class Hybrid extends JApplet {
        public void init() {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    GUI gui = new GUI();
                    getContentPane().add( gui.getMainPanel() );
                    setJMenuBar( gui.getMenuBar(false) );
                    validate();
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    JFrame f = new JFrame("Test Hybrid");
                    f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
                    GUI gui = new GUI();
                    f.setContentPane(gui.getMainPanel());
                    f.setJMenuBar(gui.getMenuBar(true));
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    class GUI {
        private JPanel mainGui = null;
        private JMenuBar menuBar = null;
        public JPanel getMainPanel(){
            if (mainGui==null) {
                mainGui = new JPanel( new BorderLayout(3,3) );
                mainGui.setBorder( new EmptyBorder(5,5,5,5) );
                JToolBar tb = new JToolBar();
                for (int ii=1; ii<6; ii++) {
                    tb.add( new JButton( "Btn " + ii) );
                    if (ii%2==0) {
                        tb.addSeparator();
                mainGui.add(tb, BorderLayout.NORTH);
                mainGui.add( new JSplitPane(
                    JSplitPane.HORIZONTAL_SPLIT,
                    new JScrollPane(new JTree()),
                    new JTextArea(20,20)
                    ), BorderLayout.CENTER );
                mainGui.add(new JLabel("Main user interface.."), BorderLayout.SOUTH);
            return mainGui;
        public JMenuBar getMenuBar(boolean isFloating) {
            if (menuBar == null) {
                menuBar = new JMenuBar();
                if (isFloating) {
                    JMenu fileMenu = new JMenu("File");
                    fileMenu.add( new JMenuItem("Exit") );
                    menuBar.add( fileMenu );
                JMenu helpMenu = new JMenu("Help");
                helpMenu.add( new JMenuItem("About") );
                helpMenu.add( new JMenuItem("Help") );
                menuBar.add( helpMenu );
            return menuBar;
    The code is not intended to be well designed. It is just written to be brief and demonstrate a few points.
    Edit 1:
    Added some access keywords in a passing gesture that the sample aimed at encapsulation.
    Edited by: AndrewThompson64 on Sep 2, 2010 1:34 PM

  • How can I create a template that does not have automatic formatting but my own?

    I have just switch to a Mac from a PC and am having a terrible time with pages.  All I want to do is create my own template that has NO AUTOMATIC FORMATTING so I can do my own.
    There is nothing in the HELP sections on how to delete the automatic formatting.  I do not want to use any of their Outline Templates just make up my own.
    I would be so so grateful if someone could help me with this.  I took a one-on-one and his idea of how to get rid of formatting in my own template DID NOT WORK!
    Thanks, Deborah

    Deborah
    Hard to see your problem, and if there is something THAT DOES NOT WORK! it would obviously be useful to know WHAT that is and WHY you believe it does not work, so we can ACTUALLY RECOMMEND A SOLUTION.
    Just select any text and change it to whatever you want using the toolbar and/or the Text inspector.
    The Outlines are just a view of your text, in a form that lets you easily organise and move it around.
    Menu > View > Show Styles Drawer
    Reveals whatever style has been applied to a heading or text and you can update or create new styles by clicking on the small triangle next to it > Redefine style from selection
    When you are finished just save it as a Template.
    Peter

  • Can you use an iPhone that has been locked in iCloud

    how can i unlock an iPhone that has ben locked in iCloud

    You won't be able to remove the existing iCloud account, restore or erase it without know the password.  If you ever update it or restore it you will not be able to activate it again and use it without knowing the correct ID and password.

  • Can you create a button that will go to multiple key frames?

    Hi, I am trying to make a rpg style character select interface.  What i am trying to do is very similar to the picture below. How do you create a button like the stats, gear, and supplies that will each show a different image or text depending on which character you choose. If noone have played this marvel facebook game before, if you choose for instance Ironman, then the buttons on the right change to stats, bio, and gear. Each character will show a different bio when the bio button is clicked. Do i create a different screen for each character with the same button layout in the same place? I think i just answered my own question but i want to make sure that is possible. Should each character portrait, stats, bio, and gear be on its own layer and have the buttons go to those specific keyframes? thanks

    While you could create a different screen for each, a better way to do this is via some form of database.  The buttons cause functions to be executed and the functions utilize data resources based on the selections that are established.
    So if you pick a particular character, a variable is a assigned a value that indicates that.  That variable is then utilized to extract the data associated with the character and to build the screen elements related to the options for that character.

  • Is there anyway to create a template that has automatic page numbering

    We have a template that we have to create, each page on the template has to have a page number.  We do a lot of edits and the pages change for example the page may start out as page 1 and after editing it is page 10.  Are there any codes I could use that would automatically number and renumber the pages.

    I don't think there is any property of templates that would give you that capability.  Sorry.  You can certainly suggest it to the dev team, though -
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How can I create a subVI that has state?

    I'm trying to simplify a VI that I inherited and I noticed a recurring pattern that IMHO should be a subVI.  The pattern is that we have a digital output line that is controlled by a timer.  Each output has a start time for it to activate and a duration after which it is turned off.  When the state changes, a single line entry is added to a common log file and an indicator shared variable is set so that the remote host VI updates.  We have a big while loop that checks the current time against each of the activation conditions.  To detect when the state has changed, we're using a shift register (for each actuator).  It's one thing to see the same pattern 3 times, but it's worse -- we want to sometimes use a different number of actuators.  If I was writing this in C++ (with which I'm far more comfortable than LabView), I'd write a class for the actuator and instantiate it N times.  The class would have member data to keep track of its state.  I can create a subVI that does the meat of the design pattern, but I can't figure out how to store the previous state in the subVI without requiring it to be passed in.  How do I keep the state and behavior of a VI together?  Surely there's a way to do this because otherwise I can't see how you could implement state-ful algorithms like, say, a PID controller.  But I'm at a loss to figure it out ...
    Thanks.
    Keith.

    To save state in a subVI and not use that state in other subVI calls, make the subVI reentrant.  When a subVI that is reentrant is called it creates a unique memory space for that subVI.  This is called a clone.  That memory space is where state is held for that subVI.  Keep in mind that it also means that the memory footprint is going to be larger.
    To set a subVI to be reentrant, open it and go to File -> VI Properties and select execution.  It will be a choice on the bottom left.
    Hope that this helps,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • How do you create a part that has two through holes with a single net connecting to both.

    I attempted to create a part that contained 2 through holes with a copper strip between them so they would connect to a single net, but one of the holes (pin 2) gets rejected by Ultiboard as an unconnected entitiy. Is there a way to define the second hole (pin 2) in such a way as to mitigate the problem?
    Thanks, Tod
    Solved!
    Go to Solution.

     Hi
    It is quite simple to do so:
    when making the footprint, you just put your two TH pins where you need them. name them 1 and 2.
    Then in Multisim, when making a new component with the component wizzard,in step 2 make a 1-pin component, and select your desired footprint(which has two pins).
    thenin step 3, make/choose your 1-pin symbol.
    In step 5 you can map the footprint to the symbol , just use both footprint pins for the same symbol pin.
    When using it in your schematic, you'll see one pin, in the layout, there will be two pins connected together..
    Good luck
    stressed user..

  • Can you create a book that combines exports based on multiple versions?

    I am trying to create a single export job to a database table that pulls hierarchies from 2 different versions in DRM.  Using the Version Variables, I have flagged the two different versions specifically for this export processes.  However, when i try to create a 'book' to combine the exports, it forces me to choose a single version.  Is there a way to bypass the choice of version within the 'book' definition so that it simply defaults to whatever version is indicated within the individual exports?
    Thanks.

    I don't think ( per my knowledge )  we have a way to create a book that combines exports that points to different versions, as you said you are exporting the results to a DB table, define the order in which the exports to be executed and for the first one in the target section “select clear all rows”, and for the second one select “do not clear the table”.
    Now try creating individual CFG's for these exports and call them part of a single batch in the appropriate order, I know it's little painful to do this, but can't help it.

  • Can you link a folder that has multiple files

    I have DW CS4.  Is it possilbe to do a link to a folder that has multiple files.  What I'm trying to accomplish is a link that will have multiple chocies of what months results people will be able to choose.

    This is not something that is the simplest thing to do and will require some server side programming.  With Godaddy there are 2 hosting plans that they offer, one for Windows and one for Linux.  If you got the Windows plan you will need the script in ASP, which I admit I am not well versed in which is why I asked the question earlier.  If you have the Linux plan with PHP I could help you out a little.  To be honest if you do not have a lot of experience with programming I would probably recommend that you use the Jump menu in Dreamweaver (under the forms tab of the insert toolbar).  That will allow you to have a link to a page from one month's results.
    Otherwise what you end up needing is a form that stores the results as an array and then you run a loop on the display page to include files based on what is stored in the array.
    It can be done, but from the sounds of your experience I would recommend taking it one step at a time and learning along the way.

  • HT4236 How can you create a photo Album on your iPhone and import that Album onto your computer (in my case a PC)?  It appears you can only sync from the computer to the iPhone, which is the opposite direction of what's desired in this case.

    It appears that sync'ingis pretty much one way, from the desktop to the device. If you create a folder on the desktop that is synced through iTunes with the iPhone, that folder appears as an Album in Pictures on the device.  But on the device you cannot add photos to that synced Album, so there is no way to use the desktop-based Album as an evolving target for new pictures on the phone, unless you do all the additions on the desktop software. 
    This really isn't "syncing".
    Further, if you create a new Album on the iPhone, it doesn't appear in the sync'ed folders on the desktop.
    The configuration for this discussion is iTunes 11 on Windows PC, iPhone 4S, and Windows Photo Gallery for picture editing on the PC.
    I'd like to have Albums and PC-based Picture Folders truly sync'ed.  Am I missing something or is this truly an iTunes Photo Sync'ing deficiency?

    The camera roll is not part of the sync process at all.
    You should be importing these photos to your computer regularly as you would with any digital camera.  Youc an organize them on your computer and sync the to the iphone if you wish.
    The photos sync from the computer to the iphone is one way.
    The iphone mirrors the selected content of the computer to which it is synced.

  • Can you undo sudo command that has stopped third party OCR application from running

    Mac OS X 10.5, Ink: Handwriting recognition cannot be enabled
    Last Modified: July 28, 2011
    Article: TA25180
    Old Article: 307372 
    This article has been archived and is no longer updated by Apple.
    Products Affected
    Mac OS X 10.5, Mac OS Components
    Issue or symptom
    You might not be able to enable Handwriting recognition in Ink preferences (in System Preferences). This may occur on some Macs that shipped with Leopard pre-installed.
    Solution
    Use this workaround to enable handwriting recognition:
    From the Finder's Go menu, choose Utilities.
    Open Terminal.
    Carefully type (or paste) the following command, then press Return.
    sudo rm /System/Library/Caches/com.apple.IntlDataCache*
    Enter your admin password if prompted for it.
    Type or paste the following command in Terminal, then press Return.
    sudo rm /var/folders/*/*/-Caches-/com.apple.IntlDataCache*
    Type or paste the following command in Terminal, then press Return.
    rm ~/Library/Preferences/com.apple.ink*
    Restart the computer.
    It didn't work and has crippled my OCR software into the bargin. Any solutions?

    Restore the bootable backup/clone of your previous installation or your Time Machine backup. BTW, the rm command action is otherwise irreversible.

Maybe you are looking for

  • Long time buyer truly disappointed - My bad experience

    On 10/28/2014 I bought a Sound bar, 75” TV and a 2 year warranty for roughly $7,100 at the Best Buy location in Arden-Fair, Sacramento, CA 95819. The sales rep who sold me the TV was named Jesse and was very helpful and professional, he made my decis

  • How to copy a set of nodes stored in a variable in xslt 2.0

    I am trying to do something like this: XSL <xsl:variable name="setOfNodes" select="foo[@attr = 'bar']" /> <result> <xsl:copy-of select="$setOfNodes/*" /> </result>XML <test> <foo attr="bar" /> <foo attr="bar" /> <foo attr="different" /> <foo attr="ba

  • Rework Order Processing

    Hi Gurus, I would like to be clarified on the Rework Order Processing. There are some threads that says that I need to use CO07 transaction and create a new Order type. But in rework, what if I need to replace a new component. how will i settle accor

  • Hosting Projects on a different server?

    Hi, I am using a custom LMS with captivate projects. This works fine, but some customers from other countries report, that the communication to the LMS is very slow. So it takes very long until the captivate course is fully loaded. So my question, is

  • Referencing a MovieClip on stage through XML

    Hello. I have a swf with several MovieClip instances on the stage at authoring time. For example, say I have mBuilding that contains mFloor, that in turn contains mAppartment. I have an xml file that contains data so the swf knows what to do with the