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

AKloft
AKloft
Offline

Badges

Badges
19

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
6

Posts & Comments

Posts & Comments
122

Discussions

Discussions
0

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AKloft
Customize the badges you want to showcase on your profile
Process to extract comments from PDF - Adobe LiveCycle 16-08-2011
Greetings,I need to extract comments from PDF during a process workflow. Will exporting metadata alone work? If not, could someone please point me in the right direction?I'm not enitrely sure where the comments reside (written, sticky notes, stamps, etc.).Thanks in advance,Alex

Views

2.2K

Likes

0

Replies

1
Re: extracting data from a pdf form - Adobe LiveCycle 16-08-2011
Could you please post the PDF and the XML extract from the Extract Data step? I ran into an issue like this earlier today. Just making sure it isn't the same issue. And if it is, I may be able to help you!

Views

478

Likes

0

Replies

0
Re: Is it possible to pull a portion of a field into a barcode? - Adobe LiveCycle 30-09-2010
I agree with Steve's response, but if you don't have static positions of the # symbol, I'd do a lot.substring(lot.instanceOf("#"), lot.length);Just a little re-assurance for data integrity

Views

384

Likes

0

Replies

0
Re: Query for Multiple Rows as XML 'NULL' question - Adobe LiveCycle 30-09-2010
do a translate on deserialized xml to switch null with '', then re-serialize your xml and the '' will be in there. Or when you're building your query, depending on the DBMS, you can do a SELECT CASE IS NULL THEN '' ELSE FROM ;As to why it puts the null string literal in the xml, I can only speculate (and that may be wrong).

Views

379

Likes

0

Replies

0
Re: 2 table rows - one "Add Row" button - Adobe LiveCycle 30-09-2010
Also, make sure you have the rows set to repeat because you may think your scripts aren't working when it's really a form field setting that isn't correct.

Views

551

Likes

0

Replies

0
Re: Is it possible to use the status of a checkbox to change the fillcolor of a numeric field? - Adobe LiveCycle 16-08-2010
You'd have to loop over all of them. If you try doing a NF[*].fillColor, that will only set the first one I believe, so you'll have to do:var totalNF = NF[*].length;for(var i=0; i

Views

372

Likes

0

Replies

0
Re: Is it possible to use the status of a checkbox to change the fillcolor of a numeric field? - Adobe LiveCycle 16-08-2010
For the large number of fields that need this applied to them, assuming you have the checkboxes in a logical order like:C1 C2 C3 C4 C5day day day day dayday day day day dayday day day day dayday day day day daySo if they select C3 (checkbox 3), we get it's instanceIndex (2), then we can loop over the rows:for(var i=0; i}that would then do a column (that's psuedocode of course...I'm at work and can't write up a real example for you...but if I could I would!)Hope that helps a little bit

Views

372

Likes

0

Replies

0
Re: Adding Rollover Images in a LiveCycle ES Document - Adobe LiveCycle 16-08-2010
First, I think you'd have to have a positioned form so you can have the image overlap text or what-have-you. Then you could try adding an image field close to the text field and set it's presence to hidden. Then once they mouse over (event of some sort), you could change the imageField.presence to visible.

Views

392

Likes

0

Replies

0
Re: Coding & Calculating like Excel - Adobe LiveCycle 16-08-2010
Easiest way would be to have a calculate script on the Complete Total box that adds up all the other fields and if the checkbox is checked, then you can add the tax. So check out the calculate script and also having some Javascript/FormCalc knowledge would help.

Views

385

Likes

0

Replies

0
Re: Best Practices - Deploying DSC updates - Adobe LiveCycle 15-07-2010
Have you looked into using ANT to deploy your DSC to your livecycle server? That way you can uninstall and re-install with the new version of the DSC whenever you build/compile the component.

Views

353

Likes

0

Replies

0
Likes given to
Likes from