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

BobKlaas
BobKlaas
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BobKlaas
Customize the badges you want to showcase on your profile
Re: Dynamically setting image field href - Adobe LiveCycle 14-09-2012
Anyone?

Views

176

Likes

0

Replies

0
Re: Dynamically setting image field href - Adobe LiveCycle 13-09-2012
I am able to set my image field using the code below. Isn't that dynamic in the fact that it is not embedded in the LiveCycle template? All i want to do is replace that string value with the text attribute of a textfield.//Try to set image field to a string value. [WORKS] swatch1.image.value.image.href = "http://localhost/qs/images/waterswatch.png";If what you say is correct, how would you pass images into a LiveCycle form from ColdFusion or any other programming language?

Views

175

Likes

0

Replies

0
Dynamically setting image field href - Adobe LiveCycle 12-09-2012
I'm trying to dynamically set an image field on my LiveCycle PDF form. On my form onReady function I have some Javascript code that is executing. For some reason, if I explicity set my image field to a string value, everything works. However, if I try to dynamically set it using a value from a text input, it doesn't work.Any ideas? I've used app.alert to make sure that the value in the textfield is correct.//Try to set image field to a string value. [WORKS]swatch1.image.value.image.href = "http:...

Views

2.3K

Likes

0

Replies

3