These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

I have a question.. please help

raymir
Registered: May 24 2008
Posts: 5

hi everyone, thi is my first post on this site... i have a question... i was wondering how can i create a form that i can have two buttons, one is PRINT and the other one SAVE...

when the form is filled, i want to have the option to save the filled form or print it.. get it? the form is pretty much to use it myself, i want to ba able to fill a form, store it in my computer and then i can open it again with the info i filled...

sorry if i cant explain well, im pretty new to this.. thanks in advanced...

My Product Information:
LiveCycle Designer, Windows
scottsheck
Registered: May 3 2007
Posts: 138
If you are using livecycle designer, then when you create a new blank PDF, the wizard will put a print on your form for you. Also, in the welcome screen, there are many included examples that do what you ask.
raymir
Registered: May 24 2008
Posts: 5
thanks for the response... the print button i saw that and its exactly what i needed... the save button i cant figure it out..
scottsheck
Registered: May 3 2007
Posts: 138
Use the following Javascript:

app.execMenuItem("SaveAs");
lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
Check out this tutorial on "Creating a Save As button in LiveCycle Designer" at:
http://www.acrobatusers.com/tutorials/index.php?sort=true&searchtype=advanced&search_keyword=save+as&submitButtonName=Go

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.

raymir
Registered: May 24 2008
Posts: 5
Thank yo so much lkassuba and scottsheck, that is exactly what i was looking for... one more question.. what about an open button? to open up what you saved.. And also, lets say i create a form with a save as button and an open button.. can somebody with just acrobat reader use the form regular? fill out the form and save it with the save as button? or do you need to have adobe acrobat in order to use the form?

sorry for all the questions.. iam very new to this
scottsheck
Registered: May 3 2007
Posts: 138
You wouldn't need or use an Open button. When you save a PDF, the data is automatically saved with (inside) the PDF form. So therefore, the next time you open the PDF form, the data will already appear (without having to load it).

Yes, a person can simply use the free Acrobat Reader to fill out and save the data, but you must 'Enable' the form first (in the Advanced menu) in order to use Reader to Save the data.
raymir
Registered: May 24 2008
Posts: 5
so theres no way i can have a button with you can open the previous forms you filled out? just as a save as button, i would like to have an open button..