Adding a duplicate pages to a Form

I am having a problem adding or "copying" the master page or page one to make duplicate pages with the same form fields. I am trying to make a form that requires input with regards to the steps required to construct a project. The "Page Add" button is in the background, the form was made by using  a PDF file of one the 10 Excel tabs. What I'm trying to do is create a 10 page form.
Any words of widsdom are welcomed.
I have attached a copy of the form I am having trouble with.

I'm not quite sure what you are asking, but it sounds similar to our project.
We need to enter values from a tablular form generated before the data is in the database. Because Apex didn't support mass insertions from a tabular form we created a submit process in pl/sql to loop through the apex_application.g_f99 items from first to last and update them, inserting if the update did not find any rows. it seems to be working well for us. The logic in the submit process is something like
for i in 1..apex_application.g_f01.count loop
  --perform update
  if %sqlcount = 0
    perform insert

Similar Messages

  • How do you duplicate a PDF fill in form page, WITHOUT linking the text (for MAC)???  That is, while still being able to type different things into the blanks on the duplicate pages?

    The Situation (again, I have a Mac):  I am filling out a 5 job application- it is PDF format, with questions, and fill in the blanks for your information- such as name, date, and employment history.  Page 3, is the page used for employment history.  But, there is only room for two jobs on page 3.  The instructions tell you, you can "have as many page three's" as you want.  In my case, I will be putting 8 jobs- at two jobs per page, that is a total of 4 page three's.   I already know how to duplicate a PDF page, simply by opening the thumbnail viewer on the side, holding down the "alt" key, and clicking and dragging the desired page to create a duplicate.  So what is the problem??? When you duplicate the page, the boxes into which you type, are linked.  So if on the original, you type "Job A", into the experience box, it forces the same answer on the duplicate page, making it impossible to describe different positions!!!!  Is there a way to work around that? Thank you!!!!!

    You're probably using Acrobat if you can duplicate pages like that. This is the Adobe Reader forum...
    To answer your question, though: The only way this can be done automatically, without having to manually rename each field, is to use a Template to spawn new pages. This is something the form's author should have done, but you can do it yourself as well, using some code.

  • Adding pages to a form

    How do you add multiple pages to a form?

    Hi;
    The item at the far right of the "Add item" toolbar is "New Page" which adds a page break, everything below will be on a new page:
    Thanks,
    Josh

  • How do I produce a duplicate page, without having spare pages at the end?

    I am a basic user, who is currently trialing the adobe acrobat and Livecycle Design programs...
    I am practising the preparation of a report which could have an individuals personal details in "page 1" and the report in pages 2-8 for example...
    If I wanted to include, lets say, 5 individuals on the same report, is there a way in which I can have a drop down box, which could ask "how many individuals are in this report" and I could select "5" from a drop down box, causing adobe to add additional pages and duplicate page 1 five times.
    Or, at the end of page 1, could I have a tick box or any other type of button which could state "If you have another individual, please "tick box/add/etc". Also adding a new page with the blank page 1 format.
    At the moment, I have added blank copies of page 1 at the end of the report. The option described would stop me having to print every report I completed with several blank copies of "page 1" when they may not be required.
    It also prevents me from completing the report then printing it, reseting the form and printing page 1 for each individual (5 times in my example)
    Hope that made sense...
    The end user will be using Adobe Reader Only.

    >I am a basic user, who is currently trialing the adobe acrobat and Livecycle Design programs...
    I recommend you post questions about Acrobat in the Acrobat Windows or
    Acrobat Macintosh forum, or specific LiveCycle Designer questions in
    the LiveCycle Designer forum.
    Create PDF Online is a subscription service on Adobe's web site which
    only makes PDF files, nothing else, so it won't help you.
    Good luck,
    Aandi Inston

  • Duplicate Pages When Reader Extended?

    I've created a form in live cycle designer es.  It's a 5 page form and 3 of the pages have an "insert page" button in order for the user to add duplicate pages if required.  This functionality seems to work fine until I "Reader Extend" the document.  Once I extend reader rights it creates 6 duplicate pages of the first page.  I can't figure out why.  I've set the "Repeat Subform" to an initial count = 1 and am not sure what other setting could be causing this.  Any assistance is appreciated.

    I woudl need to see the form to figure out what is happening. Can you send the form to non Reader Extended form to [email protected] Also indicate how you are Reader Extending, what version you are using  and what rights you are adding.
    Paul

  • I use pages to draft forms that i repeatedly use in my business.  Last week i drafted a legal document and saved to my file. now i get message that it won't open without newer version of pages but i have the latest version  whats up??

    I use pages to draft forms that i repeatedly edit and use in my business.  Ex:  letterhead, envelopes, and legal forms.  I recently drafted a legal form
    for a client.  saved it and then reopened and printed the next day.  now when i try to open that form, ( or letterhead or envelope) i get a message that
    it wont open and that i need a newer version of pages.  but my pages software is up to date.   Whats up with this??

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Note: Apple has removed over 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Password protected pages in a form

    I had a single password protected page in my original form, I added a second page that also needed to be password protected.
    When I select the password window it brings it up, lets you type in the password but will not open the hidden pages?
    here is the formula:
    form1.#subform[3].Button1::click - (JavaScript, client)
    var retValue = app.response("Enter Password: ", "Warning");
    if(retValue == "XXXxxx"){
        Page4.presence = "visible";
    else{
    app.alert("Wrong password!");
    any ideas?

    I was able to resolve this by adding in a second button for the second page

  • Why is Enable Usage Rights creating Duplicate Pages?

    I have created a dynamic PDF form in LiveCycle Designer ES 8.2.  The form is formatted correctly and has no duplicate pages when examining the not-enabled form in Adobe Acrobat Pro 9.  However, when I attempt to Enable Usage Rights so that external users can download the form and fill in the fields, the ENABLED version has duplicate pages.  I do not understand why because the original document does not have these duplicates - they only appear when I Enable the Usage Rights.  I cannot delete these duplicate pages in the Enabled version.  Please help!

    hello, these are the files where firefox stores its cache - you won't need ccleaner (in fact it will only slow things down as you've already noticed, since those files have to be recreated after the next start of the browser), you can also clear the cache with the built-in mechanism in firefox: [[How to clear the Firefox cache]]

  • I will be creating an online survey. Is each page considered a form or can you have multiple pages?

    I will be creating a multi-page survey. Is each page of the survey considered a form or can you have numerous pages in one form?

    Donna,
    A form can have more than one page. To introduce a new page in your form, click on the "New Page" icon highlighted in the image below.
    The image below shows the result of adding a "New Page" element, with a second text field added to the second page.
    Regards,
    Brian

  • Duplicate page on hrforms time statement

    Hi all,
    I have created a Time Statement within HR Forms (using Smartforms) by copying the SAP provided form. But when I execute the form from within ESS I get an extra, duplicate page on the front. It contains the headings and sections with no data. The second page appears correct and contains the data for the employee.
    To insure I had not introduced a problem, I copied the delivered form again and only changed minimal config in order to print something. I get the same result.
    Has anyone had this problem and what did you do?
    Many thanks in advance.

    Yes, by using a different SAP delivered form to start with. As Barin said above, use the forms ending with 001 or 002. The form I cloned was never meant to be published and contained errors.

  • Help with printing static page on even pages of dynamic form

    Hi folks in the OD universe!
    I am relatively new to OD and I am trying like the dickens to get a form to duplex in a very specific way. I have slogged through all of the messages on duplexing and related issues, but haven't seen a solution that fits my problem.
    I have an page of instructions that needs to print on the even (or odd don't really care as long as it is always there) pages of an existing dynamic PO form (with 4 subgroups - header, detail header, data, and footer).
    So I made a working copy of the PO form and added the instructions page. My first thought was to try and use the instructions page as an extra footer piece, so I pointed to it from the footer on the old PO form in the At End-Of-Page part of the subform thing and then pointed the instruction page back to the headers of the PO form so it could continue on. Right now, the instructions are on page 1, so it prints the instructions, then the first page of a PO, then a bunch of instruction pages (infinite - I have to cancel the job on the printer). Making it duplex was the easy part.
    So is this possible using the Subform Page Full and At End-Of-Page stuff or do I need to do some scripting to accomplish this (if so, any ideas on how to proceed). I am trying to make multi-page POs have the instructions on the front or back of each page of the PO.
    Any advice on how to tackle this would be appreciated. I am going to continue my efforts and will reply to this thread once I figure something out.
    Cheers!
    Lucas

    Hi Lucas,
    The information below is from the print_ag.pdf which can be found on your server in the documentation directory
    \checksurface (Duplex Mode and Surface)
    Format
    \checksurface
    To check which surface of a page is currently printing, use the \checksurface command.
    \checksurface detects the current print surface and causes a group event handler to activate.
    Depending upon the actual surface, the event handler is one of:
    A typical use for \checksurface is to force the printer to switch to a new front page when
    printing in duplex mode, by conditionally inserting a blank surface on the back of the current
    page. For example:
    ^define group:SECTION \checksurface\page1\fieldPOS
    ^define group:SECTION!DuplexFront \page3
    Here the group SECTION uses the \checksurface command to determine the current duplex
    surface. The event handler for the !DuplexFront event activates when the current print surface
    is a front page. The event handler inserts page 3 from the current template as a filler surface on
    the back before moving to page 1 on the next front surface. As a result, the new page 1 will be
    on a duplex front surface, regardless of whether the previous page was a front or a back
    surface. The filler surface may be entirely blank, contain static text, such as “This page
    intentionally left blank”, or contain fields which are filled by global definitions active at the time
    \checksurface is used. It may also contain a dummy field that can trigger a !FieldNotAvail
    event specific to the insertion. In any case, Intelligent Pagination commands directly
    referencing fields on that page should not be depended on, because the page is only
    conditionally inserted.
    For another method of performing surface specific processing, see “$duplexsurface (Duplex
    Mode and Surface)” on page 281.
    Regards,
    Matt

  • Adding ana archive page with a link in the Navigation bar

    I am really new to all this so don't think that I'm a 'tard. I am building a blog on '06 and I like most of what I can do, but I can't figure out a couple of things. My current blog is with Godaddy (pronounced blow-daddy) and with that blog I have archives, recent entries and a calendar. Is there any way that I can duplicate that here? If not, how about just adding a blank page that I use for archives. I know that I already have one but I can't seem to make it visible in the navigation bar. Any help?

    No, you have to have a page for it to show up in navbar.
    The work around is to use refresh tag to redirect to your email address, here is how:
    http://www.geocities.com/[email protected]/Test/Front.html
    1) make a Front page
    2) make a Contact page, link Contact page to Front page's navbar
    3) editing Front page: search for href="Contact.html" change to target="_blank" href="Contact.html"
    4) copy contents of index.html
    5) editing Contact page: replace contents of Contact the contents of index.html
    6) search for http-equiv="refresh" content="0;url= some page.html" change it to http-equiv="refresh" content="0;url=mailto:[email protected]"
    7) add the following to the end of Contact.html
    <script language="Javascript">
    <!--
    setInterval("window.close()",2000);
    -->
    </script>

  • Notes duplicates pages while typing

    Has anyone experience this issue.  When I'm typing on Notes with Mountain Lion, it starts duplicating the page.  I can get up to 10 duplicate pages.  I've tried not touching the touchpad while I type and it still does it.  It's almost like it's backing up the page every 5 seconds.

    I've experienced a similar issue, where under Mountain Lion, if I view "All Notes", I get what appear to be endless (up to 60, but that is probably just an indication of how long I was editing that note) autosaved versions of the same note, but growing as it's added to minute by minute. Given I have notes on iCloud and others on my mac only, All Notes is a good way to look at them all, but with all these versions added in, is useless.
    Solutions for now would be (1) delete all the files in "Recovered Items" and/or (2) move all On My Mac Notes to iCloud (or visa versa, if that is you preferred default) and select the appropriate location, not "All Notes", as your viewing point for all notes.
    A third option is to hope Apple fix a more sophisticated handling of the autosaved files in future releases, as this is very clunky.

  • Is there a way to automatically add another of the same page while a form is being filled?

    Is there a way to automatically add another of the same page while a form is being filled?
    I have a two-page form of which the second page is essentially a spreadsheet analog.  Often, there is need for for more lines than are available on the page.  Is there a way in which to add another or even multiple copies of the second page? 
    Thanks ahead...
    TG

    You can do that with a dynamic XFA form created in LiveCycle Designer, which comes with Acrobat Pro for Windows. For more information, you can ask over at the LiveCycle Designer forum.

  • Error While opening a JSP page from inside form window

    Hi,
    I am using Oracle EBS 12.0.4 and using IE 7 as my browser.
    Now when i am trying to open a jsp page form EBS Home page (after login) it is opening perfectly.The problem occurs when i tried to open jsp pages from inside form window.
    E.g. From the home page when i tried to open a jsp page "Control Purchasing Periods" which is assigned in one of our custom responsibility(Manager Systems-->PO Super User-->Set up-->Financials-->Accounting-->Control Purchasing Periods) it opens a new log in page for the EBS. When i logged in it is showing
    Error
    You have insufficient privileges for the current operation. Please contact your System Administrator. Same is happening when i am trying to open User Page form user management responsibility from inside a form window.Where as it is opening fine from home page.
    Please help.

    Hi, hueesin
    in error log i got this 4 new lines while performing the transaction from my host
    [Thu Dec 30 13:27:39 2010] [error] [client 172.16.6.144] [ecid: 1293695859:172.16.48.61:25634:0:8748,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:27:40 2010] [error] [client 172.16.6.144] [ecid: 1293695860:172.16.48.61:25328:0:8829,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9225,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9226,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.propertieswhile in access log i got
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "POST /OA_HTML/OA.jsp?page=/oracle/apps/fnd/sso/login/webui/MainLoginPG&_ri=0&_ti=587084970&language_code=US&requestUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D2014%26resp_id%3D50670%26resp_appl_id%3D7000%26security_group_id%3D0%26lang_code%3DUS%26params%3Df7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0%26oas%3DAuZa28Bnhl7glqYyqXbjsg..&cancelUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FAppsLogin&langCode=US&oapc=2&oas=rucHEnmoEQ25-3xRNnl0ZA.. HTTP/1.1" 302 708 1 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.. HTTP/1.1" 200 7534 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/t.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/errorl.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/footerBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"

Maybe you are looking for

  • How to receive parameters from a form and insert values in db using servlet

    Hi friends, My first question here. I'm trying to create a Servlet that takes input from a form and process it and insert it in database.tablename. My MAIN ISSUE IS WITH THE NUMBER OF COLUMNS THAT WOULD BE DYNAMIC AND THUS CANT RECEIVE THE PARAMETERS

  • How do I convert an applet to a standalone application.

    Hi Everyone, I am currently working on this Applet, I have tried putting the main in and building a frame to hold the applet but everytime I try something I just get new errors, What I conclusively want to do is put the applet in a frame and add menu

  • Ability to change font size and font color thru console

    I have a console that a client can pretty much do all the changes they want.. now they want to be able to change the font sizes for certain titles and also the color.. Since 95% of the site is controlled with CSS is there something i can add to the c

  • Adding a Key Binding Globally (to an entire JFrame)

    Hi, all. I'm trying the ever-so-common task of adding a global key binding to my little Swing app. I just wrote a very basic image converter for an obscure multi-frame format and one of the users requested that I add a simple feature: when control-N

  • On first startup IdeaPad Yoga 11S screen goes black

    When ever I startup the laptop the screen goes black and then I have to do a hard reset to turn it on again. Is there any solution? It's new and I don't want to ruin it.