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

SSG_Slair
SSG_Slair
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SSG_Slair
Customize the badges you want to showcase on your profile
Re: Change Table cell color based on calculated value - Adobe LiveCycle 25-10-2009
Hi,You could put similar javascript in the exit event of TOTALALLO field:var vName = this.somExpression;var fieldObj = xfa.resolveNode(vName + ".ui.#numericEdit.border.fill.color"); if (this.rawValue > ALLOTEDOCIE.rawValue) { fieldObj.value = "255,225,225";}else { fieldObj.value = "225,255,225";}/* Check the type of object and change the .ui reference: Date field = #dateTimeEdit Dropdown = #choiceList Checkbox = #checkButton Text field = #textEdit Numeric field = #numericEdit*/ Note this is base...

Views

215

Likes

0

Replies

0