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

Two submit buttons in a form

$
0
0

Hello,

 

I'm designing a process where a certain step contain a form with required fields. This particular step has 2 actions.

 

Is it possible to have 1 action performing the validations as usual - i.e. required fields - and the other action simply submitting the form without validation?

 

 

At,


How to create a 3 or more level Popup menu

$
0
0

Hello,

I know how to create a 2-level menu for somehting like:

 

Fruits>Apple

          Banana

          Oranges

 

var choice = app.popUpMenuEx(

     {cName:"Fruits",

      oSubMenu: [ {cName:"Apple", cReturn:"Apple" }, {cName:"Banana", cReturn:"Banana" }, {cName:"Melon", cReturn:"Melon" } ]},

 

 

But what would the code look like for something like (3 level):

 

Fruits>Apple

          Banana

          Oranges>Navel

                        Valencia

                        Moro (Blood)

 

 

or even something like this (4-levels):

 

Location A......>Site A......>Properties...>Property1

                                                            Property2

                                                            Property3

                        Site B>

                        Site C>

Location B>

Location C>

 

So overall, how would the above script for a 2-level popup menu be modified for a 3, 4, or more level popup menu?

How to insert a message with a File>Print command

$
0
0

How can I set my form so that when a user goes to print the form, using the File then Print option in the toolbars, a message pops us asking them to first fill out some information before they print?

Change the font color of a text field in a table by key-combination

$
0
0

I want to change the font color of a text field in a table (single cell only) on pressing a key combination. Does anybody know how to do this.

 

I have a lot of data in a table. During an evaluation of the data in a meeting I want to change the color of the text depending on the result of the meeting. (for example: High risk = CTRL+R makes the text red).

I know how to change the color using a button, but I do not want to add a button after each cell. For this reason I would like to do it on a key combination that alway refers to the active cell.

 

Many thanks for your help in advance.

Marcel

Bulk Field Format Change

$
0
0

Hi Guys,

 

Hopefully one of you can save me several hours.

 

I have developed a lot of forms in designer.

 

A LOT!

 

All text fields I have used are in the Field Format: "Plain Text Only".

 

Our processes require field formats in the "Rich Text format"

 

Is there a quick way to do this using find and replace in the xml or something?

 

I have several thousand text fields in my documents and changing them individually is going to take several weeks.

 

Please help! there must be a quicker way!

 

Thanking you in advance

 

L

Extracting XML out of HTML form

$
0
0

Hello,

 

I created a xdp file and converted it into HTML using renderHTMLForm operation in workbench. Now I want to submit this HTML form to a servlet and extract the XML out of it.

 

I was able to submit it but the output is in some encoded format but not XML. Is there any way in which I can extract xml data from a HTML form at the click of a button?

 

Sample output which I got -

 

FSPAGENO_=0&FSPAGECOUNT_=2&FSFOCUS_=&FSCLICKEDBUTTON_=&FSINITIALIZED_= &firstName%5B0%5D=Alex&lastName%5B0%5D=Tim&Button1%5B0%5D=Button&textfield1%5B0%5D=&textfield2%5B0%5D=&FSAPPLICA TIONDATA_=H4sIAAAAAAAAAM1Yx87kSI6%2

B91MU%2FmuiSlLKN7p6IO%2BllE0pLwN576WUefrRX93VM7M7wOxxExAQDH5kMJgRJIO%2 F%2FW1vmy%2FvdJrLvvv%2BAX0DP76kXdwnZZd%2F%2F3Ad%2Fivx8bfff%2Fntb3sWfsn TLp3CpZ%2B%2Bf%2Fg8df878vGFekjeT2H4G%2FYNgkEMvpR8yuzJ8Ov1fblW6ObP0fePY lmGXwGgm

 

Thanks

Reader Extensions & offline collaboration, annotations and commenting??

$
0
0

I recently finished creating a first aid report in LiveCycle Designer.

 

The form includes a diagram of the human body (front and back), and we ask users to circle the body part affected or injured. This assumes that users will have access to annotations and commenting. However, I have discovered that, when opening this in Acrobat and exporting/saving the file as a Reader-enabled PDF (supposedly enabling Reader Extensions, in other words), this does not appear to have any effect: the annotation and commenting tools are not accessible in Reader.

 

It does appear, however, that users may still submit the form via email.

 

I do not fully understand usage rights and perhaps I'm also not fully understanding the [rather obfuscatory] Adobe documentation. Can these usage rights be enabled through Reader Extensions alone, or does our organization need to have some kind of special collaborative "magic" on the server in order to achieve this?

 

Can someone provide me with a detailed step-by-step that explains how this might be achieved?

 

Again, forgive my ignorance. [Offline] collaboration is not something I'm familiar with, being very new to the world of forms design in LiveCycle Designer. (We are using ES2, if that makes any difference...)

 

Thank you.

How do I create a pdf that pulls in event details from a RSS feed.

$
0
0

Hi,

 

I want to create a pdf that pulls in event details from a RSS feed.  (I’m fairly new to Livecycle Designer ES)

 

http://www.eventfulreg.com/index.php/feeds/ff3065b338db9a7ccd616911540 bdea2

 

The pdf will have a table with a number of rows containing event details..

Eg.. 

Event,LocationDescriptionDate
Event 1BelfastAn event1 October 2013
Event 2Dublin3 Octover 2013

 

How can I do this?

Do I need a WSDL file or XSLT or XSD file?

 

Thank you for your time,

Ollie.


Master page content area height

$
0
0

Hello

 

I have a subform within a master page content area,

The subform has table which i allowed the content to break to the next page.

 

When i try to get the height of the subform it only gives me the height from the first page and ignores the rest on other pages the table broke to.

 

I need the height of the subsequent pages in order to position another subform at the bottom of the last page.

 

Your assistance will be greatly appreciated.

 

Thanks in advance

Tharage Ntakadzeni

XFA form to Acroform

$
0
0

Hey the program liveCycle fuc....s me up ... can someone change the code that acrobat accapt him ?

 

 

  1. topmostSubform.Page1.Schaltfläche1::click - (JavaScript, client)

 

var oDoc = event.target;

 

 

oDoc.mailDoc({

bUI: true,

cTo: "info@asdasd.de",

cSubject: "Preisanfrage - " + Kunde.rawValue,

cMsg: ""

});

Table only pulls 1st row from SQL database?

$
0
0

Hi,

 

I have created a table in Livecycle Designer ES that pulls in data from a SQL Server table with 2 rows, see table.gif attached..

 

It only ever pulls in the first row and doesn't repeat for all rows in the SQL table.

How can this be done?

 

Thank you for your time,

Ollie.

 

table.GIF

LiveCycle Designer Pdf save

$
0
0

Hi Ihave the following problem...I have created apdf document,andalsoaddedjavasqript... so I cannot editthisdocumentinacrobat

 

LiveCycle must change the security settings ....  where can i edit the settings ???

 

 

4 Example a picture of my problem i hope you can help me

 

 

 

  1. topmostSubform.Page1.Schaltfläche1::click - (JavaScript, client)

 

var oDoc = event.target;

 

 

  • oDoc.mailDoc({

bUI:true,

cTo: "info@abc.de",

cSubject: "Preisanfrage - " + Kunde.rawValue,

cMsg: ""

});

saveproblem.png

http://www.imagebanana.com/view/pzaq6qr8/saveproblem.png

add, remove two rows

$
0
0

I am new to Livecycle. I have created a table where I can add one row and delete one row. What I am trying to achieve, is to be able to add two rows and remove two rows at the same time.

 

Is this possible?

 

thank you

Number Field Calculations... With a Twist

$
0
0

Greetings,

 

I am using LiveCycle Designer ES3, and am trying to perform the following actions within a downloadable PDF form:

 

If total value of Field4+Field5+Field6+Field7 is not less than or equal to value of Field3, then pop up an error message and reject the value in Field3. 

 

Here's the twist though:  There can be multiple amounts of Field7 as Field7 is an "Other" type of field.  When the form is initialized, the form defaults to just one Field7, however the user can click "Add Another Row" and, voila, another Field7 appears.  The amount of rows containing a Field7 value is technically infinite, however generally there will be at most only three rows.  Is it possible to create a script to account for this variable? 

 

Thanks in advance for your help.

 

-Clint

addInstance doesn't work when table has no rows

$
0
0

I am trying to add a row to an empty table (no rows) and it seems that addInstance doesn't work.

 

table.row.instanceManager.addInstance(1);

 

Is there a different syntex if the table has no rows?

 

Thanks


xfa.host.messageBox button caption

$
0
0

I showing some error message with xfa.host.messageBox("Error in form");

 

Pop-up window comes up with the "Error in form" text and the OK button. Is there a way I can change the button caption OK to something else.

 

Thanks,

Tanmay

Overflow in lc form: overflow leader appears too often

$
0
0

Dear all,

 

as I am currently working on an Adobe based print form in SAP, I face an issue where no google or scn or adobe.com search helped so far.

 

I am creating a highly dynamic table which works pretty well. Depending on the content of one row, this row can either be like one physical row (minimum) or even fill more than one page. And there are lots of rows coming.

 

The overflow leader is working nicely in most of the cases. If on table row is running over 2 pages, it says "still belonging to Item ABCD" if ABCD is the key.

 

Now my question:

If I have only small rows, the overflow leader appears, even if the row is starting at the second page. It says then on Page 2: "Still belonging to Item 0815" but item 0815 just starts below that. There is nothing on page 1 from item 0815.

 

Anyone a hint with that?

 

Thanks a lot in advance and kind regards,

Lukas

Can imageFields grow/expand tables?

$
0
0

As you can see in this screenshot, the imageField is getting cut off.

I have it set to "Use Original Size". I have multiple images of varrying sizes that are being fed into this imageField with javascript.

9-19-2013 12-41-11 PM.png

is it possible to make the table expand to conform to the varrying sizes of the image?

 

Thanks!

Creating a form with SQL Server data connection and show/hide objects

$
0
0

I want the form to include a data drop down list bound to an SQL Server table, but I also want to show/hide objects based on the user's actions, clicking radio buttons, for example. Can I have a form that does both? I'm habing trouble finding helpful information, both in this forum and in wider searches.

Email Button

$
0
0

I need to send the form to different people based on a selection from a drop down list.  Is this possible?
I am using Adobe Designer 7.0

 

Regards,
David

Viewing all 5571 articles
Browse latest View live


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