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

matthewh7973307
matthewh7973307
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by matthewh7973307
Customize the badges you want to showcase on your profile
Script only applying to first occurrence - Adobe LiveCycle 02-10-2019
Hi, I am attempting to dynamically change some colors on my form based on a condition with the following code:data::ready:layout - (JavaScript, server) if (xfa.resolveNode("data.#pageSet.DocumentHeader.TYPE").rawValue == "G2"){ xfa.resolveNode("data.BODY.ITEM_DETAIL.HEADER_DETAIL.Total.border.fill.color").value = "60, 60, 160"; xfa.resolveNode("data.#pageSet.DocumentHeader.DOC_TYPE").fontColor= "60,60,160" }However this only applies to the first occurrence of 'Document Header' and 'Body'. What i...

Views

1.8K

Likes

0

Replies

1
Hide repeating table row based on value? - Adobe LiveCycle 06-08-2019
Hi, I'm having difficulty with a scripting problem. I would like to hide any table row 'DATA_COND' where VTEXT within that row is equal to "Price".This is the code I have created that does not work:for (var a=0;a

Views

3.8K

Like

1

Replies

4
Likes given to
Likes from