Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Designer
Viewing all 16286 articles
Browse latest View live

Subform duplicates when saved as reader enabled

$
0
0

Hi all,

 

I have run into a strange issue in my form. I have a subform that is repeatable and it works perfectly when I test the form in Livecycle or Adobe Reader. However, when I use Adobe Acrobat to save the form as Reader Extended PDF>Enable Additional Features it screws up the form so that when it is opened in Reader there are two instances of my subform instead of just one. To make it worse, every time the form is saved and re-opened it adds a new instance of the repeatable subform.

 

Does anyone have any idea why this might be happening and what I can do to fix it?


PDF Signatures - Error Message

$
0
0
When signing a PDF signature field component, results in the following 3 error messages after each other (text correctly shown, spaces and all)

1) The FieldMDP expression for this signautre is invalid

> After clicking on OK on 1), i get the next err message

2) Creation of this signature could not be completed.
Unknown error
Support Information: CSigField-1013

> After clicking on OK on 2), i get the next err message

3)The document could not be signed.
There was an error when attempting to commit this signature. The document was not saved.
The save operation was cancelled.


Any takers?

Thanks in advance for any help

Create a Table of Contents in LiveCycle Designer

$
0
0

Hi Everyone,

 

Can any one please show me how to create a form with table of contents (TOC). I have a form that contains 8 pages with 8 sections and the customer want

to have a TOC so they can just click on it and it will directly go to a specific section without scrolling down of the form. They want it to work like a TOC that

people used in Microsoft Office. Is it possible to have it done in LiveCycle Designer? If so, could anyone please show me how to create it or if you have any

sample please post it on this forum. Any advise/help would be appreciated.

 

Thanks in advance,

Han Dao

Today's date as default date

$
0
0

Hello,

 

I just want to set the default date of a date field as today's date, what do I need to enter in the default value field of the object menu?

 

Thanks!

 

Dave

Form is not working in Chrome browser!

$
0
0

Hello,

 

I have developed a adobe form by using the LC and users has Adobe Reader XI ver., well, but when user is trying to render on the Chrome users are getting the below error message!

 

'Adobe Reader plug-in not installed or enabled'

 

But, its working fine in IE11, pl. let us know how can we render Adobe reader in Chrome browser?

 

Thank you

Initial View is disabled on a Form created in LiveCycle ES2

$
0
0

Hi,

 

I am trying to change the preferences using the Initial View tool in Acrobat.  I want to set it to open with bookmarks visible.  However, the entire initial view page is disabled for me.  The PDF is one that I created myself using LiveCycle Designer ES2.  I am using Acrobat Pro X.  Why would this functionality be disabled?

 

Thanks,

Nicole

add 1 to the numeric field when ever user click button. is it possible in Livecycle Designer ES4 ?

$
0
0

I am the new user of Livecycle Designer, I've created a form and now i want to give serial number to it when ever user click button. I don't know how far it is possible ?

any help....?

Nested Repeating Subforms problem (additional instances being added upon reopening of file)

$
0
0

I am having an issue with nested repeating subforms in LiveCycle Designer.

 

I have created a simple form with one repeating subform nested inside another repeating subform.

 

In Acrobat, I go ahead and enable one instance of the outer repeating subform, then instances of the inner repeating subform (the number doesn't matter), enable Reader Rights; then save the file and reopen it again in Acrobat.

 

Acrobat, for some reason, adds more instances of the subforms than were saved originally with the file. It has also cleared some of the values I entered. Can anyone help me figure out why it is doing this?

 

Appreciate the help. Thanks,

 

--Bruce079

 

P.S. I can send the file to you if you like. I cannot seem to attach it here.


Automatically save PDF on close

$
0
0

How do I keep the pdf from asking the user if they want to save the file when I close the document?

 

I have used "event.target.dirty = false; " in just about any event that might make sense.

 

What am I missing?

Saving .PDF with Repeatable Subforms Adds a New Instance.

$
0
0

Hey everyone,

 

I've been working with LiveCycle Desinger dynamic forms for a few years now, and this is the first time that i'm seeing this sort of behaviour.

 

I have a very large form open in LiveCycle Designer. It has or 50 different repeatable subform sections. I save it from Designer, then open it in Adobe Acrobat X Pro. From Acrobat Pro, each time I resave it then reopen it, a new instance is added to each repeatable subform.

 

If I fill it in, save it, then reopen it, it has all of my info, plus an additional blank subfrom below each section.

 

I have no formcalc in the presave, nor do I have any global fields in my form... Also, each repeatable subform is uniquely named. I'm at a loss.

 

I have a sample of this pdf here. If you have another file hosting site that you would prefer, just let me know.

 

I would really appreciate any help that anyone could offer. I have no idea what's causing this.

 

- Scott

Multiple field population bound to xml

$
0
0

Does anyone know how to populate multiple fields from data binding, most of all of these forms and how to only populate one field of data i am losing the connection when it comes to connecting the second, third, etc fields to the data of the xml? 

How can I assign to a field a value contained in a table, at a row (instance) that is a variable ?

$
0
0

I am trying to build a lookup table to assign a value to a text field.

I created a field that contains the row number (instance) at which the targeted value is stored.

I tried to script that in different ways but none worked.

Can anyone help?

XFA form with button to save file with unique filename

$
0
0

Is there a way to save a file with a unique filename using some data a user has entered (name, for ex.) that will fire when the user clicks a Print button? Attached is a file for reference.

Validate fields before signature

$
0
0

Hello --- hope you are all enjoying the holiday season.


I'm working on a fillable pdf form for my office mates to use as a cover sheet for certifying invoices for payment. I have a few fields which must be filled in for the finance team to accept the document. I also have a document signature field so the form filler can sign the coversheet (our office has certificates all set up). I'm using LiveCycle Designer (LCD) on an enterprise so I have no control over when/if I'll ever have a later version. The one I have is whatever comes with Acrobat 8.x (pertinant becasue it does not have preSign and postSign events with signature fields).

 

I'm trying to have the form check that the required fields are non-empty before the document is signed and prevent a signature on an incomplete form. I was envisioning an appropriate little script in some event on the signature field. Should be easy, right? Well, I wouldn't be posting if I'd succeded

 

The solutions I've tried are listed below. They each fall short --- maybe some one can help make one of them work, or maybe some one has a different approach that will work. I'm all ears. I'm happy to admit that some good old RTFM may be involved, but I'd appreciate a pointer to which FM to RT. I have experience coding (mostly in C/Perl) but am pretty green with java.

 

Thanks for you time !!

 

Gordon

 

  • Mark the fields as required in the Object value tab: This sort of worked. When I left a required field empty and then signed the document, I got a warning message about empty fields. But the signature process flow continued and signed the document. I was left with a signature that would be invalid because I'd need to go back and fill in the missing data. I played with the "Validation Pattern" and "Validation Script" options in the value tab but had no luck. Did I miss something simple there?

 

  • Scirpt in a signature event: I played with little validating scripts in the click and mouseDown events of the signature field. I could get them to check for null in the required fields, but I could not then stop the signature process flow. Any ideas?

 

  • Fake Signature Button: I borrowed an idea from a post on this forum in which some one suggested putting a "fake print button" over an invisible but real print button (in that case the designer wanted to prevent printing of an incomplete document). The "fake button" called an appropriate script to check for empty fields in its click event and then "clicked" the real (and invisible) print button via RealPrintButton.execEvent("click"). I've now lost the post so I can't credit its author -- sorry -- but it seemed like a great idea! I covered my signature field with a button and tried the following code in the click event:

 

          form1.#subform[0].button::click - (JavaScript, client)


     if( RequiredTextField.rawValue != null ) {

          // reveal the obsecured sig field by making the button invisible

          button_subform.presence = "invisible";

          // fire off the digital signature

          SignatureField.execEvent("click");

     }

     else

     {

          // keep hiding access to the signature field

          xfa.host.messageBox("Please fill in all required fields");

     }

 

          It didn't work. I later found a post in which some one said that the  digital signature process flow is complicated and that a genuine user  click is not the same as a click from javascript. Presumably it work for the button case.

 

  • Fake Signature Button 2: Do the "button over the signature" thing as above but don't try to "click" the signature for the user -- force the user to manually click the signature field once it has been revealed. I see two drawbacks to this approach. Firstly, I shoudn't have to give in on this -- there has to be a way to do what I want. Secondly, how long will it be before some user whines about having to click twice to sign a document? 

XML Source edits not saved

$
0
0

Using LiveCycle Designer ES4 Version 11. Making modifications for accessibility, one requirement is to display the document title in the document window of the resulting static PDF. Instructions say to do the following:

 

  1. 1. To open the Xml source for a document, click View -> XML Source.

Verify if the following tag is available in the Xml:

<?originalXFAVersion http://www.xfa.org/schema/xfa-template/3.3/ ?>
  1. 2. If the tag exists, append DisplayDocTitle:1?to the tag. The resultant tag should be:
<?originalXFAVersion http://www.xfa.org/schema/xfa-template/3.3/ DisplayDocTitle:1?>

If the tag does not exist, add the tag with the DisplayDocTitle:1?append.

<?originalXFAVersion http://www.xfa.org/schema/xfa-template/3.3/ DisplayDocTitle:1?>

Note:You need to add this tag along with the other processing instructions. in the following parent node:

<template xmlns="http://www.xfa.org/schema/xfa-template/3.6/">

  1. 3. Save the document.

Only problem is, Designer doesn't save the edit in the XML Source after I make it - any thoughts?


Emailed PDF is Blank

$
0
0
Hello,

I was wondering if someone could help me with a really weird problem.

I have a form I created that hides and shows a lot of different fields it also has some add and remove buttons. This all works great until the user hits the send email.

When the email is sent the PDF file that has been sent is comming in blank as if the user has done nothing? The Print button works fine. The on screen display works fine.

I am using the send as PDF and a mailto:email@address.com

Any Suggestions?

Thanks, Leo

Radio button selected Color!

$
0
0

The default color for a selected radio button is black. I want to change it to red or some other color?

How can i change it?


Is there any code snippet for XFA?

 

thanks

Faraz

LifeCycle Designer ES2 - Does Not Recognize MS Word 2010 on PC

$
0
0

Help please - I am new to the product and am trying to create forms.

 

1) I recently upgraded to office 2010. When I launch Designer and tell it to start from a Word doc, it tell me: "Word (version XP or onwards) could not be found on the machine"

 

Any suggestions?

 

2) How to do I check for updates? I do not see anywhere on the menues and when I check from within Acrobat X, it says no updates.

 

Thanks all.

How do I print to "Adobe PDF" with an encrypted pdf?

$
0
0

I've created a form in livecycle and I want the security to be set up as such:

 

1) A password is required to edit the form in LiveCycle AND

2) People can print the pdf to "Adobe PDF"

 

I've been able to create livecycle password access, but when I put a password on the LiveCycle Access (currently: Printing Allowed: High resolution, Changes Allowed: Filling in form fields and signing existing signature fields), I get this error when I try to print it to PDF:

 

%%[ ProductName: Distiller ]%%

This PostScript file was created from an encrypted PDF file.

Redistilling encrypted PDF is not permitted.

%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

%%[ Warning: PostScript error. No PDF file produced. ] %%

How can I edit my form so I can do both.

Use of app.setInterval

$
0
0

I have a simple save function (autoSav()) in a script object (Skip). The function operates as it should when used from say, the mouse-up event on a button.; it is a trusted function to save the form back on itself.

function autoSav()

{

  var myDoc = event.target;

SavInsp(this, myDoc.path);

}

However, when trying to get the following to work: var timeout = app.setInterval("xfa.form.form1.Insp_Report.Skip.autoSav()", 10000); I get errors indicating Skip is not defined or the function is not defined. I have tried multiple syntax changes w/o a cure.

 

 

Any direction would be greatly appreciated.

Viewing all 16286 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>