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

linseys32573127
linseys32573127
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by linseys32573127
Customize the badges you want to showcase on your profile
Re: Links in Pop Up message - Adobe LiveCycle 30-10-2019
Hi there,the only way I've made it possible to have hyperlinks in message boxes is using custom dialogs... I've created a custom dialog using this blog from pdf share forms...To be able to make it look like a "hyperlink" use the dialog object "link_text"... or you can use a button.. it works the same but different displayunfortunately it can't be part of a paragraph within the dialog... it would be displayed like the following...orI hope this will help...

Views

2.6K

Likes

0

Replies

0
Re: Resting Radio Buttons when Radio Button Field is hidden - Adobe LiveCycle 25-10-2019
Hi,This depends on how you have done your show/hide code. If you were to have a subform that contained a radio button list called YesNo, one called ABC and a subform call aContent, then in the subform calculate event you could have code like;if (YesNo.rawValue == 1) { ABC.presence = "visible";} else { ABC.presence = "hidden"; xfa.host.resetData(ABC.somExpression);}if (ABC.rawValue == 1) { aContent.presence = "visible";} else { aContent.presence = "hidden";}The thing to note here is that when the...

Views

2.6K

Like

1

Replies

0
Likes given to