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

falcop76794581
falcop76794581
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by falcop76794581
Customize the badges you want to showcase on your profile
Betreff: scripting - cannot access textfield if its value... - Adobe LiveCycle 08-04-2020
You can add a check for null values, to make this work.var oField = xfa.resolveNode('page.table.row.TxtElement'); if (oField.isNull) { xfa.host.messageBox("The field is empty"); } else { xfa.host.messageBox(oField.rawValue); }

Views

3.6K

Like

1

Replies

0