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

gcis1206
gcis1206
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by gcis1206
Customize the badges you want to showcase on your profile
Changing a subform's presence based on drop down selection - Adobe LiveCycle 24-03-2014
for some reason I cannot get this subform to go visible on my form. I'm using formcalc. Here is my formula:if (xfa.event.newText == "Round") then (form1.ProductWorksheet.ProductInformation.Product.Shape.ShapePics.Round.presence == "visible") elseif (xfa.event.newText <> "Round") then (form1.ProductWorksheet.ProductInformation.Product.Shape.ShapePics.Round.presence == "hidden") endif I've put this formula on the "change" event on the drop down. My scripting language is set to formcalc as well. Pl...

Views

370

Likes

0

Replies

1
Question about summing read only numeric fields using formcalc - Adobe LiveCycle 04-11-2011
I am building an interactive price book that has check boxes next to options/features that then expand or collapse rows in tables. We have fixed prices from our factory so I created numeric fields that are read only to show our fixed price. Then I created invisible numeric fields that would populate when the feature's check box was checked and then set back to 0 when the check box is unchecked. I have tried to do a formula for summing up the invisible numeric fields (n1+n2+n3) and the sum(n1,n2,...

Views

595

Likes

0

Replies

0