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

darje6666
darje6666
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
29

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by darje6666
Customize the badges you want to showcase on your profile
Re: 3 checkboxes but only 2 at a time - Adobe LiveCycle 09-04-2013
Ok I've found an answear if anyone wants to know.Put this Formcalc inside layout:ready event for the subform these checkboxes are in. So no code is neccesarry inside the checkboxes.Heres the code for the layout:ready partif (Sum(subform.checkbox2, subform.checkbox3) ge 2) then checkbox1.access = "readOnly"else checkbox1.access = "open"endif if (Sum(subform.checkbox1, subform.checkbox3) ge 2) then checkbox2.access = "readOnly"else checkbox2.access = "open"endif if (Sum(subform.checkbox1, subform....

Views

102

Likes

0

Replies

0
3 checkboxes but only 2 at a time - Adobe LiveCycle 08-04-2013
Hi, so I have a form where the user needs to select 2 out of 3 possible checkbox choices. What I want it to do if you have selected for instance 1st and 2nd checkbox and then you change your mind and want the 3rd instead of 2nd I want it to delete the last selected checkbox and select the 3rd one. Whats the javacript for this? thanks

Views

431

Likes

0

Replies

1
Re: Repetable row trouble with auto sum - Adobe LiveCycle 01-04-2013
Ah darn it. Is there a workaround for this? Some other function or something? Please...

Views

284

Likes

0

Replies

0
Re: Repetable row trouble with auto sum - Adobe LiveCycle 31-03-2013
I really dont get it. It works in Adobe Reader but not in Foxit. Im really desperate. Have a deadline this wendesday.

Views

285

Likes

0

Replies

0
Re: Repetable row trouble with auto sum - Adobe LiveCycle 28-03-2013
Here I'll make it easier for you to track down the problem. Made a new table at the bottom with a single row and the ability to add or substract new rows.So if you could check that markup. Cause the recalculation works only for the first row. And it also works when you add new rows and insert some numbers in there but then you have to change the number in the first row for it to recalculate all of the rows. Here's the PDF.udrugasasrcem.com/test6.pdf

Views

285

Likes

0

Replies

0
Re: Repetable row trouble with auto sum - Adobe LiveCycle 28-03-2013
Thanks on the clarification but it still doesnt work. Ok I will wait for you. Thank you very much for your time.

Views

285

Likes

0

Replies

0
Re: how to add to and cc fields via email submit button - Adobe LiveCycle 27-03-2013
Can you send me your form please at dariobukovski@yahoo.com so i can take a look at those errors?Thanks

Views

1.4K

Likes

0

Replies

0
Re: how to add to and cc fields via email submit button - Adobe LiveCycle 27-03-2013
Try this. PDF attached. Just open in LiveDesigner.udrugasasrcem.com/tocctest.pdf

Views

1.4K

Likes

0

Replies

0
Re: Repetable row trouble with auto sum - Adobe LiveCycle 27-03-2013
Hm I think I almost got it. I added this to calculate event on the 3 total fields (just replace iznos with m2 and komada for the other 2).var sum = 0;var columnArray = xfa.resolveNodes( "master.Table3.Row1[*].iznos");for( var i = 0; i

Views

285

Likes

0

Replies

0
Re: Repetable row trouble with auto sum - Adobe LiveCycle 27-03-2013
Thanks, but that doesnt solve my problem quite yet. I need that field to recalculate every time i enter a new value in the above cells. I'll explain.So the fields in question are.sirina * visina * visina = m2m2 * cijena = iznoskomadaAll those 3 bolded fields have a corresponding total field underneath them.So if I add a new row or change an existing one it should reflect on the values of m2, iznos and komada in the single row and ukupnom2, ukupnoiznos and ukupnokomada in the total row next to th...

Views

284

Likes

0

Replies

0