How can I add a Save form button ( not save as ) for a custom fillable form ?

How can I add a Save button ( not save as ) for a custom fillable form ?
idea is ti to have a Save button  at the bottom of each page where the person filling
the form  clicks the save button  on each page.( it is a 12 page fillable form )
The only thing I was able to do  was add a button that  opens a Save As
dialog box only.
My experience  lever is - end user-intermediate.
Thnaks.

Thanks for the response.
I wonder why  it wont allow.
If I can  save ( as opposed to save as)   this form by clicking the  save icon on the  menu bar, I am not sure why it is no possible to do so on page level!
Custom script option is not  even remotely possible!

Similar Messages

  • How can i add a donate now button to my iweb website

    how can i add a donate now button to my iweb website

    Here's some info about PayPal buttons....
    http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/PayPal.html
    A "Donate" button is created in the same way as a "Buy" button.

  • How can I add a normal-sized button to my frame???

    hi,
    my GUI has two JScrollPane-s together in a JSplitPane and below I'd like to add a single small button.
    I put this button into a new JPanel, but it is displayed veeery BIG !
    I tried to use .setPreferredSize(new Dimension(int, int)), but it didn't help a lot.
    this is a piece of my code:
    public class MyTree extends JPanel implements TreeSelectionListener, ActionListener {
              this.setLayout(new GridLayout(2,0));
             buttonUpdateM_File = new JButton("Update the .m file");
             buttonUpdateM_File.addActionListener(this);
             JPanel actionPane = new JPanel(new GridLayout(0,1));
             actionPane.setMaximumSize(new Dimension(1,2));
             actionPane.setPreferredSize(new Dimension(5,10));
             actionPane.add(buttonUpdateM_File);
              //create the scroll pane and put the tree into it
              JScrollPane treeView = new JScrollPane(tree);
              //create the viewing scroll pane
              JScrollPane maskViewPane = new JScrollPane();
              //add the two scroll panes to a split pane
              JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
              splitPane.setLeftComponent(treeView);
              splitPane.setRightComponent(maskViewPane);
              Dimension minimumSize = new Dimension(420, 360);
              treeView.setMinimumSize(minimumSize);
              maskViewPane.setMinimumSize(minimumSize);
              splitPane.setDividerLocation(210);
            splitPane.setPreferredSize(new Dimension(600, 510));
            //Add the split pane to this panel
            add(splitPane);
            add(actionPane);
         }Thank you!

    thanks,
    as far as I understood there is no way to shrink the
    new JPanel with this GridLayout.Yes, Grid just makes a set of fixed sized boxes. If you want the JPanel to be the same size as the JButton, what do you want the panel for?

  • How can I Add and save new row in data table?

    Hello All,
    I want to add new row in the jsf page with data and save it.
    I have data table with rows from database..
      <h:form id="test">
            <h:dataTable id="hh" value="#{MyBean.dataList}" var="list">
              <h:column>
              <h:outputText value="#{list.name}"/>          
              </h:column>         
              <h:column>
              <h:outputText value="#{list.lastName}"/>          
              </h:column>         
              <h:column>
              <h:outputText value="#{list.phone}"/>          
              </h:column>         
            </h:dataTable>
            <h:commandButton id="sd" action="#{MyBean.addNewRow" value="Add Row" />
            <h:commandButton id="save" action="#{MyBean.updateList" value="Save Data />
          </h:form>
    {code}
    i understand action with save to database, but still I could not find right way to add new row from jsf page.....
    I want add new row, add new name, lastname, and save it....
    Edited by: armen on Feb 20, 2009 12:39 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Thanks, but your example consist from too many parts and I could not join all components for understatnding all proccess.

  • How can I add a Smart object (button) to a quiz background and have it work?

    Good day,
    I have the need to add button to a quiz (in Captivate 6) to allow people to leave the quiz and go back to the start page.
    I realize you cant add a normal button to quiz, so I added a smart object converted to a button on the master page.  I have it all set up to go to the page, mouse over shows hand and all of that.
    the Captivate runs, I get to the quiz, mouse over it changes to a hand.  I click and it does nothing.  Any ideas why??  Any suggestions on how to do what I want?
    Thank you
    Dave Stabley

    Hi Lilybiri,
    I always look to your blog for help.   This time unfortunately it didnt help me.
    as I expressed above all I am trying to do is create a button that will do a jump to page with in a quiz.
    I have some long quizes in the captivate projects that I create.   Once a person starts a quiz they might realize it is a bit more than they are ready for.  I am just trying to give them a way to click a buttong to get out of the quiz and back to a certain page.
    On the master page for the quiz, I created a smart object (rectangle) that is converted to a button it is also transparent and goes over top of a graphic for the button.
    I tell it to go to the correct page, and I set it up so that when you mouse over the smart object it shows a hand
    When I go to preview this, I mouse over the graphic and get the hand icon, but when I click it goes no where.  It seems to me that the quiz is waitting for an answer before it will accept the click.   The catch is when I give the answer it forgets click and moves on the the next question.
    Any thoughts?
    Thank you

  • How can I add a facebook "like" button to my website?

    I just got the like botton code from facebook developer, but don't know where to drop it in iWeb. I would like the like button to appear in the contact page of my website: gingerbirdstore.com
    Please help to get this working.
    Thank you

    add the following into html snippet and click apply button:
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-like" data-href="https://www.facebook.com/gingerbirstore" data-send="true" data-width="450" data-show-faces="true"></div>

  • How can i add a buy now button using any pmt. gateway provider. I cannot use Paypal. I will lose too much business. Old dogs don't like new tricks.......

    i am creating a site for a carnival. I need people of wealth to buy tickets to the event. they don't even know what paypal is and will not go through the trouble of setting up an account. I just want to be able to uses an outside payment gateway. I am so new to site building please speak is simple terms. I'man old dog trying to learn a new trick...Any help would be almost worshiped at this point...LOL

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    This Cloud forum is not about help with program problems... a program would be Photoshop or Lighroom or Muse or ???

  • How do i add a signature box and a picture box for a custom form?

    Creating a form (first time) and want to add a box for a signature and one for a picture. I do not want to insert the picture now just create the space for it. Can anyone advise???

    Hi;
    Signatures are not supported in FormsCentral.  The image upload is, here is a Tutorial on the "Attachment" field in FormsCentral: http://forums.adobe.com/docs/DOC-2656
    Thanks,
    Josh

  • HT1689 How can I retrieve/change iPOD password after not using it for a year and not remembering it? (Actual device, not Apple ID)

    Been in Afghanistan for the past year, can't remember the password I put on the iPOD touch before I left.  Tried all I thought it could be.  Does anyone know how I can retrieve the password?  Or, who I can contact to unlock it so I can either use the old one or change it if they can't figure out what it was?  Thanks.

    Thanks roaminggnome...
      I am currently in demobilization and have no manual...is there someone I can look that up on the web?  Thanks.

  • How do you add a Facebook like button to an iBooks Author page?

    How can I add a Facebook Like Button to an iBooks Author page?
    I've got my book ready to go.
    I've got a facebook account to promote it.
    I just want to add a "Like" button on the iBooks page.
    regards
    iRevDr Bill Wall

    Hi KT,
    That was helpful, but I'm still having problems.
    I've plonked a Facebook logo on the page.
    BUT I can't seem to give it a hyperlink to my Facebook page.
    When I select the logo and then use the tool bars or the box thingy. It won't allow me to paste in the URL.
    It looks a bit ugly having a Facebook logo and the text of the URL beside it.
    Is there a way of making the Facebook logo have a hyperlink to its URL so you just click on the logo and it takes you to the facebook page.
    regards
    iRevDr

  • How can I add a new categorie?

    How can I add a new categorie in iBooks

    Hi jjquintas,
    Thanks for using Apple Support Communities.  This article has information on how to organize your books in iBooks for Mac, including adding a new collection:
    iBooks for Mac: Organize your books
    http://support.apple.com/kb/PH14763
    Add a collection:
    Click Collections, then click Add in the bottom-left corner. You can also select books, then choose File > New Collection from Selection.
    Cheers,
    - Ari

  • How can I add ethernet ports to a TC?

    How can I add additional ethernet ports to a Time Capsule for my audio system to have direct hard wire to the Internet?

    Go into any large computer store and ask for a switch.. 8 ports is usually the best value.. 5 is a couple to short and you lose one with the connection.. it is much better to plug all the items into the switch.. and just have one cable running to the TC from switch.. although that is not necessity.. it keeps speeds up for local LAN.
    eg. Netgear GS108, GS608
    TP-Link TL-SG1008D
    You can buy them from $30 or so now.

  • How can I add background color to NSView?

    In NSView how can I add a background color?

    A Google search for nsview background color turned up many results, including the following Stack Overflow questions:
    Setting the background color of an NSView
    Best way to change the background color for an NSView

  • HT1807 I am out of the country. I turned my cellular data off and connected to wiFi . However, it is still showing that i am connected to a network.  How dan i be sure that i am not being charged for roaming?network , I am still showing a network

    I am out of the country. I turned my cellular data off and connected to wiFi . However, it is still showing that i am connected to a network.  How can i be sure that i am not being charged for roaming?

    Make sure data roaming and cellular data is turned off.  If you don't want to receive calls or SMS then put your phone in airplane mode and reactivate WiFi

  • How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central.

    How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central. It's for an online Diet Questionnaire. After people complete the form I'd like them to click "SUBMIT" and the completed form will be emailed to me.

    This can be a bit confusing because Acrobat 11 comes with the desktop app that allows you to create simple PDF forms without having a FormsCentral account. Some people find this helpful, but you need to understand that when you generate the PDF form, it is Reader-enabled by Acrobat. In order to edit the form further in Acrobat, you have to create a non-enabled copy of the form. You do this in Acrobat by opening the form and selecting: File > Save a Copy
    and opening the copy. It is not opened automatically.
    You can now add a button and set it up to submit by email, either using a "Submit a form" action or the submitForm JavaScript method. You can set it up to include just the form data or the entire PDF, and will want to use a mailto type URL. Submitting the form to the FormsCentral server has a number of important advantages over email (much more reliable, more secure, etc.), so you might want to consider it.
    If the form needs to be saved with Reader versions prior to 11, then you will need to Reader-enable the document. In Acrobat 11 you do this by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

Maybe you are looking for

  • Error message when copying a service contract

    Hi Experts, I'm copying the service contract using TRX CRMD_ORDER. When I save the new contract, a message is displayed "Administration header could not be found 47EABD1F5ADC5B38E1000000C8B91C2F" . We are using CRM 5.0 SP 09. Can you help me to under

  • Database shutdown problem

    Hi, My database takes quite a lot of time in shutting down, when I do normal shutdown. Pls help vip

  • Just repaired cracked iPhone 4 screen and now part of the screen isn't working.

    A few days ago, I cracked my iPhone 4's screen pretty badly. I was having absolutely no trouble with the screen after I cracked it, aside from the crack, of course. I just got the screen repaired yesterday and now the bottom left part of the screen s

  • Issue with Smart Recorder

    Hi all - sorry if this is the wrong section. Could someone tell me if there's a built in recording duration limit in Smart Recorder? It won't let me record more than 3 hours and 8 minutes (I need to be able to record a 4 hour DJ set live). The drive

  • Cells values not updated by VBA commands

    Hi. Can you please see why the three lines under the 'Fetching default values for certain fields don't work? No error is raised, the similar command preceding these three works fine. Target cells remain empty. Sub AddReservations()     ActiveSheet.Un