How can I insert a button in my form that add a copy of the page where I'm in? It is possible?

Hi! I'm doing a cv template for my company so that Human Resourses can send to candidates. I made the form and I have  a page for the "professional experience" area. This page is enough for a recent graduated student but not for a senior candidate (that has more experience). Can I insert a "ADD" button on this page where it creates a reset copy of the "professional experience" page where the candidate could add more professional experience? Thanks

Yes, by using JavaScript to create a new page by spawning a template page. The downside is that is will only work with Reader 11 (and Acrobat) and not previous versions of Reader. It also won't work if you need to Reader-enable the document so that pre-11 versions of Reader can save the filled-in form. If these limitations are not a problem and you need more help, post again.

Similar Messages

  • How can I set a password for firefox so that everyone have to enter the password before executing firefox

    My younger sister executed my firefox just at this afternoon(she originally use IE), and she saw something that can't be seen. How can I set a password for firefox so that everyone have to enter the password before executing firefox?

    Also see this for an English version of Profile Password:
    *Profile Password: http://nic-nac-project.de/~kaosmos/profilepassword-en.html#PPF
    It is an extension to protect the profile with a password, but being an extension that protection can easily be bypassed by starting Firefox in [[Safe mode]].<br />
    So do not rely on it.<br />
    If you want to protect content then you have to use methods supported by the OS like a separate user account with a password or an encrypted file system.

  • I have a Macbook Pro early 2011. i don't have AirPlay on my computer. How can I get it. I have read that early 2011 should have the AirPlay option. Any ideas please.

    I have a Macbook Pro early 2011. i don't have AirPlay on my computer. How can I get it. I have read that early 2011 should have the AirPlay option. Any ideas please.

    Hi All,
    I need your expert advice to proceed. I bought apple TV and it works fine with my iPad and iPhones also fine with itune of my Mac Book Pro BUT I am not seeing setting which says "Airplay Mirroring" in system preference -> Display at all.
    I checked my mac serial number and it shows the model as below. As far as I understood this feature should be there from 2011 onwards.
    MacBook Pro (13-inch, Late 2011)
    Software  Mac OS X Lion 10.7.5 (11G63b)
    Please suggest!!
    Thanks and Regards

  • How can do i set button to close form

    have put together an internal enquiry report form. to be filled in over a 2 week period and saved each time closed then submitted at the end of the fortnight. How can I set a button to save an close form. I don't need or want to close acrobat program
    thanks
    craig

    Hi Pascal,
    Add this script to the click event of your button. It will close the window containing the form.
    app.execMenuItem("Close");
    Denver
    Adobe Enterprise Support.

  • How can I restore my iphone to a backup that's not listed in the drop down menu

    I updated my iphone and everything was removed. I attempted to restore it however the only backups that are available when I have the iphone logged into itunes is the one from today. How can I apply an older backup say 1 to 2 days ago to the drop down menu of the restore button? Right now the only thing that's showing up is the one for today and that's abslolutely not the one I want or need. And before the question is asked no I didn't save it to icloud.

    iTunes only keeps one normal backup, per device. Thus, there are no previous backups from 1 or 2 days ago unless you restored your phone & backed up before you restored. Restore point backups are time/date stamped & are not overwritten.

  • How can I insert an image into an mov file in iMovie while keeping the background music?

    I have a short MOV file movie clip that has background music but one of the images (it's a static element with text) is incorrect. How can I replace the image but keep the backgroup the same? Also what size would the image need to be to properly fit?
    Thank you!

    Hi hyue,
    Thanks for visiting Apple Support Communities.
    If you would like to add an image to a project in iMovie for iOS, see this article for helpful steps:
    iMovie for iOS (iPad): Add photos to a project
    http://support.apple.com/kb/PH3171
    All the best,
    Jeremy

  • How can I delete old (non-active) email accounts that don't show in the Accounts Preferences pane?

    Since I (reluctantly) abandoned MobileMe and switched to iCloud, when I use Mail Connection Doctor because a problem is indicated with one or more of my email acocunts, it shows both iCloud IMAP and Me.com SMTP accounts. The iCloud account is fine but the SMTP acount has a red button against it.
    So Connection Doctor shows the old SMTP account always failing to connect (of course - as it's been abandoned). However, this account does not show up in the Accounts Preferences pane so I am not able to delete it. This also happens with another account which I deleted in the Preferences pane some time ago.
    How can I stop these phantom accounts appearing in Connection Doctor? It's very irritating to constantly have faults indicated which apply to abandoned accounts.
    Thanks people!

    Go to your iCloud account in Preferences>Accounts. Set the 'Outgoing mail server (SMTP)' drop-down menu to 'Edit SMTP server list'. Then:
    Set the server name as shown here. Then click the Advanced tab and check the settings.
    If you are still having problems, you could start the setup again from scratch. Assuming that your signature is correct and you are running Leopard, delete any iCloud or MobileMe accounts in the list and then follow the instructions here:
    Entering iCloud email settings manually in Snow Leopard or Leopard

  • How can i make a css tab highligted incicating that i am in current jsf pag

    Hi
    i am creating jsf pages nad linking the pages thru css tabs. i am able to creat and link the tab.
    i want to higlight the tab of the current page in which i am.
    below is my code
    css code
    .navigation a
    color: #000;
    background: #fb0 url("../images/left-tab.gif") left top no-repeat;
    text-decoration: none;
    padding-left: 10px ;
    font-weight:bold;
    .navigation a span
    background: url("../images/right-tab.gif") right top no-repeat;
    padding-right: 10px
    .navigation a:link, .navigation a:visited, .navigation a:active
    {color: #fff; background: #bbb uurl("../images/left-tab.gif") left top no-repeat; font-weight:bold; padding-left: 10px}
    .navigation a:link span, .navigation a:visited span, .navigation a:active span
    {background: #bbb ("../images/right-tab.gif") right top no-repeat; padding-right: 10px}
    .navigation a, .navigation a span
    display: block;
    float: left
    .navigation a, .navigation a span
    float: none
    .navigation a:hover
    color:#F5FFFA;
    background: #26a url("../images/left-tab-hover.gif") left top no-repeat;
    text-decoration: none;
    padding-left: 10px
    .navigation a:hover span
    background: url("../images/right-tab-hover.gif") right top no-repeat;
    padding-right: 10px
    .navigation, .navigation ul
    list-style: none;
    padding: 0;
    margin: 0
    .navigation li
    float: left;
    display: block;
    margin: 0;
    padding: 0
    and in jsp file i am using as
    <h:panelGrid columns="2" styleClass="navigation">
    <ul>
    <h:column>
    <li><h:commandLink action="edit1003">
    <span><h:outputText value="#{msgs.edit1003}" styleClass="maintabtext"/></span>
    </h:commandLink>
    </li>
    </h:column>
    <h:column>
    <li> <h:commandLink action="aboutus">
    <span> <h:outputText value="#{msgs.aboutus}" styleClass="maintabtext"/></span>
    </h:commandLink>
    </li>
    </h:column>
    </ul>
    </h:panelGrid>
    some one please let me know how to highlight the current page do i need to use any javascript if so can some send me code snippet it would be greatful
    thansk in advance.
    sreedevi

    Did you get the solution for this. I seem to have the same problem.

  • I can't remove a bookmark of a form that has been removed from the original database it was on.

    Local county website removed a form students use and placed it in another location of its website. I had the form bookmarked in its old location. Now I can't remove the bookmark for the form at its old location. Also, I'm not sure if the old/new location has anything to do with my inability to remove or delete that bookmark.

    Would you check the Bookmarks sidebar, and look for there in your groupings, and also do a search on it there. From the location bar use and internal search by not hitting "Enter" and include a space delimited asterisk ("*") to restrict to bookmarks.
    The Bookmarks Menu (menu) often lags behind, especially when you have lots of changes.
    I don't use the Bookmarks *menu* to look for bookmarks. I like the organization and faster scrolling of the bookmarks sidebar.
    Restarting Firefox will probably fix the Bookmarks *menu*
    If you want to play with it you can try these, but I don't make a lot of bookmark changes in a session that it would bother me that much.
    * creating a bookmarks backup and then restore it via Bookmarks Library List ("Ctrl+Shift+B") > Import and Backup > Backup --- then restore that backup.
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • How can I create a background within a border leaving space at top of the page but fill to bottom?

    This is simply a skecth to hand a client but I can't get the bordered fill to fill the screen to the bottom. The Contact and Address are in the footer.
    Watched the "Defining a Background" video but it refers to the "Browser Fill" button and there is none on my version - v.5
    How is this accomplished?

    Hi Dennis,
    If I understand you correctly you are trying to have a footer block that is the width of the browser and with an image fill?
    If so,
    1: Draw out your rectangle (Keep it selected)
    2: Use the fill tool in the toolbar above (Yes, you do have on in V5)
    3: Once you have your rectangle filled grab the left and right edges of the rectangle and drag them to the edge of the canvas until a red line appears. This will make the rectangle full width.
    Hope that helps.

  • How can I shrink/compress my movie size so that it doesn't exceed the max?

    I have a movie that is 1.2 gigs of regular memory, but when I put it into iDVD, the project size is over 6 gigs. Is there any way I can compress the file to make it fit?

    The file size of your raw content doesn't matter. iDVD only cares about the running time of your content in minutes because it converts everything to mpg-2 content. A max of 60 minutes in 'Best Performance' mode and a max of 120 minutes in 'Best Quality' mode.

  • How can I restore a desktop iCal calendar from an iPad backup copy? The iPad is routinely backed up to the computer and still has the calendar on it but I cannot get it to display on my desktop.

    One of several calendars was accidently deleted from the desktop. It is still present on the iPad and backed up to the desktop. Additionally, the iPad version can no longer be edited, copied or moved.

    Thanks for confirming my approach.
    I have tried your approach. I have a calendar with the most recent and future events; it is visible on all appliances; and, it syncs to the cloud without issue. I think I will wait for a very rainy day to transcribe five years of past events.
    BTW, the corrupt calendar cannot be deleted from the iPad using any normal appoach; additionally, the events cannot be edited or modified except as described above. I will follow up with Apple but this calendar predates the iCloud and apparently there are known issues in moving those calendars to the cloud.
    I tried restoring the calendar folder from Time Machine. It loaded initially, at least for the month I was watching as it loaded, and then deleted it again. So, the calendar I want to display still exists but is not accessible.
    Thanks for your time and help. If I learn any more from Apple, I will pass it along.
    Cheers, ...

  • How can I insert chapters in my idvd slideshow?

    I am making a slideshow for a family event, marking different times in my couin's life.  How can I insert chapters marking different pictures from various milestones? (i.e. birth, growing up, etc.)  Is it even possible to do that?

    Are you building this slidesshow from still photos in iDVD or in another app and exporting it into iDVD?
    If you're building the slideshow in iDVD from stills each still is a chapter and you can't have just the few chapters you'd like.
    If you build the slideshow in iMovie you can add chapter markers at the milestone photos.
    As Bengt mentioned iMovie HD 6 is best for end quality.  When you get the movie exactly as you want it all you need to do is close iMovie and drag the project file into iDVD as shown in the video screenshot below:
    Click to play video screenshot
    That will avoid iMovie encoding the movie and then iDVD reecoding it which will lessen the quality.
    If you add your chapter markers in the current iMovie version and export to Media Browser or to a folder inside your Movie folder you can drag it into iDVD from the Media Browser (which, I learned from Bengt, gives the highest qualtiy) and it will bring with it the chapters.
    If you export the movie not to the Media Browser but to the Movie folder the movie must be located in a subfolder of the Movie folder for the Media Browser to recognize it.
    As long as you have chapters added to your video file and iDVD's preferences are set to include chapters all you need to do is drag the video file into iDVD and it will automatically create a Scene Selection menu with the chapters.
    OT

  • How can I make a button "react"?

    This is probably a super silly question, but you know how it is, sometimes we sit on the answer and still can't find it... How can I make a button react to a click? I just want the simple effect of the button changing colors or looking like the user pushed it. Right now it's just the same old plain button, no matter if I click it or not, you can't really tell the difference. How can I give it the "pushing the button" effect? Thanks guys!

    You can choose image button and then choose from the available image buttons, or click on the folder icon when you select the image button and choose from the Gallery of Captivate 6.
    Few image buttons change color on hover or onclicked, these effects are predefined in them.
    Or you can edit that button on which you are working, from properties Panel.
    The Post and Cancel button on this thread seems like a transparent button in Captivate with different fill and stroke color, and transparency is also less, and with corner radius of 0.
    You will find these all optionns, when you will click on that button and then click on the properties panel.
    Thanks.

  • How  can i print currency symbol in smart form?

    how  can i print currency symbol in smart form?
    i want to print the currency symbol with grant total based on the vendor currency.
    pls hepl............

    Hi,
    think You can't print the symbols for currency like $ and Pound etc
    see this doc if needed
    A variable in SAPscript is called a symbol. There are the following types.
    • System symbol (e.g. the number of the current page)
    • Standard symbol (usable in any document)
    • Program symbol (value from the print program)
    • Text symbol (“local variable”)
    The value of a symbol is text for using within SAPscript code and is represented by the symbol-name enclosed by ampersands. On seeing the tell-tale ampersands in SAPscript code, you sometimes need to figure out the symbol type.
    goto any PAGEWINDOW's Text elements in Script (SE71)
    from the Menu-> INSERT-> Symbols
    you find all symbols here
    System symbols
    System symbols in a SAPscript form are comparable to system fields like SY-UZEIT in an ABAP program, and include these. The graphical editor offers three types of system symbol.
    1. General system symbols
    See the table TTSXY. PAGE is the most widely used. The list given in our BC460 training manuals is out of date.
    2. SAPscript system symbols
    See the dictionary structure SAPSCRIPT. SAPSCRIPT-FORMPAGES is the most widely used.
    3. ABAP system symbols
    For the ABAP system field SY-UNAME, say, the symbol is SYST-UNAME. http://SYST is the dictionary structure for ABAP system fields.
    Sample code:
    User: &SYST-UNAME&
    Page &PAGE& of &SAPSCRIPT-FORMPAGES(C3)&
    Standard symbols
    Standard symbols are maintained centrally (in the table TTDTG via transaction SE75) for use in any document. Menu path:
    Tools
    Form Printout
    Administration
    Settings
    Some standard symbols are SAP-standard and others are custom. Curiously, table TTDTG is cross-client although SAPscript forms are not.
    The value of a standard symbol has to be defined for each language used. This gives a way to make a single SAPscript form multi-lingual.
    We can take advantage to an extent of the central maintenance, though there is no guarantee that the available standard symbols will used in every appropriate context.
    Standard symbols complicate searching a SAPscript form, since text like ‘Charity registration 211581’ may be hiding in a standard symbol.
    Text symbols
    A text symbol is declared and assigned to within the SAPscript code, and so obviously applies only to the current document. The command DEFINE is used, requiring /: in the tag column, as in the following examples.
    /: DEFINE &COMP_NAME& = ‘University of Warwick’
    /: DEFINE &WS_RATE& = &TAX_SUMM_C&
    Reward points for useful Answers
    Regards
    Shiva Kumar

Maybe you are looking for