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

nmjfaulknerII
nmjfaulknerII
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
6

Posts & Comments

Posts & Comments
42

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nmjfaulknerII
Customize the badges you want to showcase on your profile
Re: Clearing an image field - Adobe LiveCycle 29-01-2014
Thanks Niall -I have found your exmaples to always be very enlightening and helpful. In this case, there seems to be an issue when you set two properties:1. You set the imagefiled to be hidden until a user requests it to be visible via a checkbox, button, etc, and hide it again it they opt to get rid of the imagefield (they change their mind)2. You set the imagefield to expand to fit in the X and Y axisIn my case users are attaching snapshots of graphs they need to support the text written in a ...

Views

595

Likes

0

Replies

0
Re: Clearing an image field - Adobe LiveCycle 23-01-2014
Thanks Magus, but unfortunately it does not shed any light. I am distributing a PDF, not using Form Server, and cannot use an image and URL as the intent is that the user will attach their own image of a graphic/chart/whatever. This form will be distributed globally amongst varying organizations that have no central authority or server capability.

Views

596

Likes

0

Replies

0
Clearing an image field - Adobe LiveCycle 23-01-2014
I have created an image field that a user can select via a checkbox. The image field is hidden by default. If the user clicks a checkbox the field becomes visible. Clicking the field allows the user to embed an image. I am attempting to set a "clear image" action, but for some reason if I set the image field rawValue to null the image field disappears and will not come back. The only command I am associating to the button is:COPQImage.rawValue = null;This makes the field disappear as if it was r...

Views

2.7K

Likes

0

Replies

5
Clear Signature not appearing - Adobe LiveCycle 21-02-2013
We have a PDF created in LCD 9.x. Users have Accrobat 9.x standard. The PDF has digital signature fields that lock sections, using Entrust certificates.I have a user that signs the document, signatuer is valid, but he cannot right click the signature and get the option "Clear Signature". Clear signature does not appear in any menu option for this user. When I open the same form (I have Acrobat X Pro), place in my digital signature, and right click the signature field I get the option to clear my...

Views

1.8K

Likes

0

Replies

0
Re: PDF to the web - Adobe LiveCycle 31-08-2011
I have not tried to convert many, but I believe it is not really as simple as converting - depending on your form that is. If you have a lot of complicated javascript, hidden fields, signatures, etc then I believe the form will need tweaking. Most browsers support opening and running a PDF in situ, so you could just design a submit function into the website to submit the form when the user fills it in. That may be the most direct route.Acrobat Pro has an Export to HTML utility built in, but it d...

Views

178

Like

1

Replies

0
Re: Print Hierarchy? - Adobe LiveCycle 29-08-2011
Thanks, I'll check that out. As a "power user" of sorts using LCD and Adobe forms I would suggest that a simple hierarchy printout would be very useful in future updates. My ultimate employer is the DOE (that's the U.S. Department of Energy for all you non U.S. acronym in-the-know peeps) and I am creating some fairly in-depth and complex forms for big projects, and am starting to get a headache trying to present support documentation of all the objects, codes, relationships and variable actions ...

Views

314

Likes

0

Replies

0
Re: Print Hierarchy? - Adobe LiveCycle 29-08-2011
Hi Paul -I am looking for the true hierarchy, just as it is displayed in the hierarchy tab. We have governing rules about our code development whereby I need to have a "traceability matrix" from all fields to all code, and a printout of that hierarchy as displayed would help a bunch. It would be even better if I could export that hierarchy out and then could put it into Word or Excel where I could then put more info about each object. Not XML, as that gets odd to look at - just a simple hierarch...

Views

316

Likes

0

Replies

0
Re: Where is the Java Script for this? - Adobe LiveCycle 29-08-2011
I should note that in the case syntax you should bind values to the options then use case"1", case"2", case "3". etc.

Views

245

Likes

0

Replies

0
Re: Where is the Java Script for this? - Adobe LiveCycle 29-08-2011
Here is the javascript. I am curious how you will put in the code if you cannot use LC?Re-size mouseEnter:this.w = "2in"; // put in any value in the quotes, like 3.5in or 7in, etcRe-size mouseExit:this.w = "1.375in"; // again use any value you preferFor the "Showing Legend" you need to create the legend text block on the form, then set it as "invbisible" in the Obeject -> Presence tab.mouseEnter:legend.presence = "visible";mouseExit:legend.presence = "hidden";As for the Tool Tips - even though y...

Views

247

Like

1

Replies

0
Print Hierarchy? - Adobe LiveCycle 29-08-2011
I asked this before and got no takers. Anyone know a way to print the hierarchy in LiveCycle? Would need all the objects expanded, and there are a LOT of them so doing screen shots and stitching together is a drag,

Views

1.4K

Like

1

Replies

4
Likes given to
Likes from