Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all 5571 articles
Browse latest View live

Custom OR Automatic TAB ORDER ?

$
0
0

Hi,

 

I am new to LC Designer. I am developing an multipage PDF form. It's having both static & dynamic fields (conditional). Count of fields is around 100. I was going through the TAB Order, and I found there are two types of TAB ORDERING available i.e. Automatic & Custom. I don't know what to opt from these available options.

 

My Ques: Which TAB ORDER should be used @ which time?

 

pls answer.

 

Thanks.

 

-

Abhinav


Issue with rawValue data getting repeated

$
0
0

The Value within Quotes get repeated twice. Any idea?

 

if(this.rawvalue != null){

     this.rawValue = "/ " + this.rawValue;

}

 

 

Desired Result = / SampleData.

Obtained Result = / / Sample Data. The "/ " gets repeated twice.

Is it possible to have a PDF Form that is both static and dynamic?

$
0
0

So I have a form that I need to make that would consist of two different pages. The first being lots of form fields and some simple graphics where the user could use the comment markup tools to draw some simple lines. The second page would be all text and filling out narrative. So the second page being dynamic and being able to expand would be important. The first page would not need to expand at all. Is there any way to do this and still have the form be one file, one document? What about embedding a dynamic form inside of the static form? Such as how you can embed a word document inside of an excel form... I've done some research but I can't tell if this is even possible. Thanks in advance.

Data connection, static PDF form, and presence

$
0
0

I've created a form with a dynamically populated dropdown of names. To get it populated, one step was to save it as a static PDF form. Then it worked perfectly. However, I soon found that my scripts to show hide elements no longer worked. Certain Action Builder actions still worked, but not show/hide. So I created a simple test form, and show/hide worked normally. I've tried both formcalc and javascript. So is it true that a form can be dynamic and all actions work or the form can be static and connect to a database, but a form cannot be both data-driven and change presence?

How can I check if an attachment is an xfa form

$
0
0

I have a button on the form to help users add attachements,  I can get the name / path / size  / filetype - but is there a way to check if the new attachemnt is an xfa form ?

 

thanks

Identifying & modifying duplicate values for radio buttons

$
0
0

The error reads: The are at least two Radio Buttons which have the same value.  Since the gorup is meant to be mutually exclusive, all values must be unique.

 

I've tried using the object pane to rename but it doesn't remove the warning.

Popup menu values

$
0
0

Lets say I have a button that opens a popup menu with 2 levels:

 

Fruits> Apple

            Banana

            Melon

 

Vegetables> Carrot

                     Potato

                     Tomato

 

Is it possible to get both values? I mean, to receive information if fruits or vegetables was selected and also what kind of fruit/vegetable.

 

Thanks in advance.

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.

Content area y and h

$
0
0

Hi

 

I have a table within a master page content area,I want to get the remaining space between the content area and the footer of the page if the table doesnt automaticaly grow and fill the master page

How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection

$
0
0

How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection.

 

I have a multiple rows on PDF form. All rows have 4 textfields. I want to submit the multiple rows data to a method defiened in webservice.

Unable to retrieve the data in multiple rows within webservice method.

how to script table rows to jump to next content area?

$
0
0

I need some scripting help. I am not very experienced at scripting and need help with a table. I have a table with two rows 1.HeaderRow 2.Row1. I have a content area in in Page2 in "Master Pages" labeled Extension. The Row1 will repeat multiple times but I want only 4 rows to appear on the first page then have the HeaderRow and rest of the rows to appear in the second page labeled Extension.

 

 

I think this can only be done with scripting and so far I have one line of script under the "Initialize" event of the Table1 which will do the count for anything after 4, but then I am lost. Please help hopefully image will give better sense of layout.

 

if (Table1.Row1.instanceManager.count>4){

 

Need logic here to move rows + header to Content Area "Extension".

 

 

}

Hierarchy.jpgtable.jpg

How do I get the entire text from a scrolling text field to print when I print a form.

$
0
0

i HAVE DESIGNED A FORM THAT HAS TEXT FIELDS.  i HAVE SET THE FIELDS TO ALLOW FOR MULTIPAL LINES, HOWEVER WHEN I PRINT THE FORM IT CUTS OFF AND DOES NOT PRINT THE TEXT THAT IS HIDDEN BY THE SCROLL.

 

iS THERE A WAY TO ALLOW FOR THE HIDDEN TEXT TO PRINT WHEN i PRINT THE FORM?

Trying to change caption based on dropdown value

$
0
0

Two elements are involved:

 

Dropdown list called TransactionType - possible values are "A" "B" or "C"

Checkbox chkVerification

 

I have created the following javascript for the change event of the dropdownbox TransactionType

 

form1.#subform[0].TransactionType::change - (JavaScript, client)

 

if(this.rawValue == "A"){chkVerification.caption.value.text.value = "Verification A"}

 

else if(this.rawValue == "B"){chkVerification.caption.value.text.value = "Verification B";}

 

When I check the script syntax it comes up without any errors, but when I change the value in the drop down the caption of the checkbox never changes.

 

What am I missing here?

 

By using the app.alert function I think I can see that I need to trigger the script as xfa.event.newText  but the caption isn't changing.

 

I've also tried this : form1.resolveNode("chkVerification.caption.value.#text").value = "Verification A"; Is what I'm trying to do even possible?

Display/Hide Decimal

$
0
0

Good Morning,

 

This seems very simple, but I can't figure it out:

 

I have a numeric field that I need a user to enter a number. This number can be either whole or a decimal with 2 trailing values after the decimal point. For example:

1

1.15

1.30   etc.

 

I need the field to display the whole number if there is no decimal value, but if there is a decimal value then I need the field to always display 2 numbers after the decimal. I have gotten the field to show the first two examples above, but in the 3rd example (1.30), the field wants to drop the "0". I need to keep the two places displayed (1.30).

 

any ideas?

 

thanks!!!!

 

Gene-O

How do I add auto text based on value in numeric field?

$
0
0

Need help... I'm trying to add auto text to a text field based on a value in a numeric field. I want my text field (summary box) to say "Passed" if the value (score box) is equal to 10 and the field to say "Not Passed" if the value is equal to less than 10. My numeric field is being calculated by selecting drop-down lists.

 

Thanks in advance for your help.

 

Ed Watson

 

 

Here's a link to the document I created...

https://files.acrobat.com/?trackingid=KGLIT#folder/c3106c32-2e69-4a5f- 8ef2-94d25623dbfb


Insert/Delete a page in LiveCycle Designer disabled

$
0
0

I am working with an 8 page form and am trying to delete the last page on the file, however when I try the 'Delete Page' option is disabled or 'greyed out'. I am using Adobe LiveCycle Designer 8.05.2... and created the form in LiveCycle. It also won't give me the option to insert a page (also a form created in livecycle designer). Anyone have any ideas or seen this problem before? I am going through everything trying to figure out what the issue is.

 

Thanks in advance.

Move parent subform when page break occurs in child subform

$
0
0

Hello,

Assuming we have PDF form with following structure:

 

 

....

 

Subform1

     Subform2

          ...   

 

is there a possibility to do a conditional page break  when Subform2 is last element on current page?

So - move whole Subform1 to next page if Subform2 is last element on page - so Subform 1 and 2 are always on one page

and Subform2 can be splitted on several pages.

 

The situation is not to have Subform1 alone at the bottom of the page (it can occurs anywhere on page - all form is composed of dynamic-size tables).

 

All subforms are using Flowed positioning.

 

For now seems that there is no possibility to get x,y coordinates in Conditional Break script - probably it is executed before layout:ready event.

Before that event there is no possibility to get information about pagination - am I right?

 

Are there any possibilities to get such functionality?

 

Kind Regards,

Jacek

Product Catalog

$
0
0

Design Intent:

 

     This will be a customer quote form. Im attempting to make a product inventory of our companies trim profiles. When the trim profile is selected from a dropdown it needs to display the fullscale image of the profile. I want to have the ability to add multiple profiles with each profile being on a separate individual page.

 

Where I am so far:

 

  •      I've made a table that can add and remove rows by clicking a button.
  •      I've made a Category Column that is a dropdown list. When you choose the category it populates an Item Column dropdown list with the profiles in the chosen category.

 

CATEGORY CODE (on change event)

 

ItemList.clearItems();

 

var sNewSel = this.boundItem(xfa.event.newText);

 

switch (sNewSel)

 

{

 

  case "Crown":

 

    ItemList.addItem("#1000-000")

    ItemList.addItem("#1001-000")

    break;

 

  case "Tully":

 

    ItemList.addItem("Tully01")

    ItemList.addItem("Tully02")

    ItemList.addItem("Tully03")

    ItemList.addItem("Tully04")

    ItemList.addItem("Tully05")

    break;

 

  default:

 

    break;

 

}

 

ITEM COLUMN CODE (on exit event)

 

if (this.rawValue == "Tully01"){

          ProfilePreview.ImageField1.rawValue = TullyProfiles.Tully01.value.image.value;

}

 

 

if (this.rawValue == "Tully02"){

          ProfilePreview.ImageField1.rawValue = TullyProfiles.Tully02.value.image.value;

}

 

ect....

 

 

SCREENSHOTS:


9-18-2013 8-24-45 AM.png


 


Form In Action:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

}

Dropdown list populates 6 other drop down lists

$
0
0

Hi is there anyway I can populate 6 dropdown lists from another dropdown list? Can I use Global Binding if the 6 dropdown boxes are the same name?

 

This work on the first dropdown but not subsequent ones.

Capture.PNG

How do I set focus to a text field after I click a button that calls a webservice?

$
0
0

I have a web service that returns back a table. In order to show the values in the table I had to check the re-merge Form Data on the Webservice Button.  My question is , How do I set focus to a field on the screen after re-merge happens.

Viewing all 5571 articles
Browse latest View live


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