Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
10 subscribers
Views
7081 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have a read only text field with value pre-populated. How can I get the displa
shaoyongw
over 9 years ago
I have a read only text field with value pre-populated. How can I get the display value? The saveInto expression is never executed.
a!textField(
label: "label",
value:"testValue",
readonly: true(),
saveInto: ri!tv
)
OriginalPostID-165545
OriginalPostID-165545
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 9 years ago
Why not just set the value in a local and use that? It seems like a fixed value; if you want to just display a value, place it either in an ri or a local and then set it as the display value in the field. There's no need to use the saveInto on a read only text field.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
Why not just set the value in a local and use that? It seems like a fixed value; if you want to just display a value, place it either in an ri or a local and then set it as the display value in the field. There's no need to use the saveInto on a read only text field.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data