Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Patti_Y_
Patti_Y_
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
24

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Patti_Y_
Customize the badges you want to showcase on your profile
Re: Conditionally sum cells in a table - Adobe LiveCycle 15-10-2013
It took me a few minutes to even figure out which form this question wasabout, I haven't worked on these for so long. Var yeses = 0for count = 0 upto 120 doif (form1.mainsubform.allofformtable.row[count].scope == 1) thenyeses = yeses + form1.mainsubform.allofformtable.row[count].subtotalendifendfor$ = yeses Here is the code I have for the field. Let me know if you need more, Iwill try to remember what I did!

Views

457

Likes

0

Replies

0
Re: Button to open save as window? - Adobe LiveCycle 19-03-2012
AHA! Thank you so much! I had found the javascript object "saveas" but in the LiveCycle help itactually has "executeMenuItem" instead of "execMenuItem" and that wasnot working.

Views

262

Likes

0

Replies

0
Button to open save as window? - Adobe LiveCycle 19-03-2012
I have a form created that I would like to add a button to lock all of the current fields and open a save as window. I know the script to lock all of the fields, but I am having trouble figuring out how to use a button to save. I would like to ideally have the form delete certian rows and force the user to save this as a new version. Any suggestions?

Views

812

Likes

0

Replies

2
Re: Assigning a password to display a hidden form - Adobe LiveCycle 16-02-2012
I am not overly experienced but I will try. I use formcalc for myforms, this should work with slight adjustments: On the button click event place the codeif (xfa.host.response("Password:", "Admin Password") == "password") thenform1.page2.presence = "visible"endif You cannot hide the page after it has been shown but this should work.Let me know if these instructions are not clear enough.

Views

412

Likes

0

Replies

0
Re: Assigning a password to display a hidden form - Adobe LiveCycle 16-02-2012
I have not actually tested this myself so I do not know how much help I will be but no one else has responded so I will take a stab at it. I think this would be possible using an if statement and xfa.host.response method. Have an if statement that if the response is correct then the additional page is displayed.I do not know how secure this would be (for example I can't think of a way to set a limit on the number of wrong attempts), and you would have to set the password in the code and the user...

Views

407

Likes

0

Replies

0
Re: Conditionally sum cells in a table - Adobe LiveCycle 16-02-2012
Aha! A loop is exactly what I needed. I was able to take your exampleand write it in formcalc, which I am much more familiar with thanJavascript. I am learning my lesson about copying forms from other programs though,it is certainly not saving me time. I didn't think this form would needmuch calculation so it would be safe to copy if from excel but even todo a simple total at the end of the form I am having to do alot ofrenaming and adjusting - it would have been much cleaner to start fromscratc...

Views

465

Likes

0

Replies

0
Conditionally sum cells in a table - Adobe LiveCycle 15-02-2012
I am creating a form that will have several rows of pricing that I would like to total based on the answer to another cell in the same row. For example, I have in each row a cell in column 2 called "scope" that is a drop down yes/no field. At the end of that row a cell called "rowtotal" that is a numeric field with a price in it. I want to have a total at the bottom of the page for all of the rows that have "yes" selected in the "scope" dropdown. I would prefer to use formcalc but any help is ap...

Views

2.5K

Likes

0

Replies

5
Re: Why doesn't the space bar "click" the button when tabbing through the form? - Adobe LiveCycle 29-11-2011
That is great! Thank you, I will definitely use that to manipulate thetabbing order.

Views

275

Likes

0

Replies

0
select the text in a text field when it is clicked on? - Adobe LiveCycle 29-11-2011
I would like to change my form so that when a text field is clicked (by a user in adobe reader) all of the text in the field is selected. This is the default behaviour when you are tabbing through the form but I would like to do this even if the text field is just clicked.As part of the same question I would also like to know if there is a script that can be used to create keyboard input? If there is another way to do it it would be preferable but it might be handy if I could program the form so...

Views

986

Likes

0

Replies

2
Re: Why doesn't the space bar "click" the button when tabbing through the form? - Adobe LiveCycle 28-11-2011
I guess I am still new to Adobe and too used to the space bar in otherprograms, I didn't even realize the enter button would work. And I did try to move the button to the bottom of the tab order but noluck there, it is the last cell of a table and I am not able to move itso that you can tab out of the table then back to that button. Oh well. Thank You for the answer!

Views

278

Likes

0

Replies

0
Likes given to
Likes from