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

Is lookup dialog possiable with LC?

$
0
0

Dear all,

 

In my form I have some dynamic added rows, and for each rows, I have many categories and sub-categories for the user to choice.

 

And there are so many categories that it make the performance of the form getting very bad.

 

I wonder if I can make a lookup dialog like the Windows application, so I don't need to:

- Save data of all the categories in the form

- Rebuild the sub-categories drop down for every rows the user add

 

Regards

Bill


Replacement for LiveCycle Designer

$
0
0

I was informed recently by a client that Adobe is (will) be replacing LiveCycle Designer by a all new program, and it will be necessary to re-make all their forms with this new program, and they would rather use a contractor who is familiar with this new program.

 

Considering, I follow what’s going on with LiveCycle, I find it hard to believe that there is a new program that Adobe is coming out with to replace LiveCycle Designer ES4.

 

Could someone from Adobe confirm or deny the existence of this new program. My own opinion is that the new management just wishes to change contactors and is not being honest.

 

Kind Regards

Martin

How do I set my form opens just 100% zoom? is it possible?

$
0
0

Hi.

 

Is it possible do I set my form to open only zoom 100%? I would like this, because I am using pictures in my form, and then if someone open with larger zoom, the pictures are faded.


I have another doubt. When I am working with my form on the LiveCycle (mode Preview Of Project), it stays perfect (picture and size)! But when ai click to preview it in PDF, the document size stay larger. Why? The document/pictures only stay normal, when I set zoom 90%

 

 

Thanks.

 

 

Sorry my English.

Dropdown calculation selection

$
0
0

Hello forum members,

 

I just started Livecycle for dynamic pdf files, but got stuck even at the beggining since i am not good at javascript at all. So i have a simple invoice with a table in which i need to select one of the two types of tax 18% and 5%. The selection is made with a dropdown. I also have one column for the quantity and one column for the price. The equations are not a problem [(quantity * price) * 0.18 or 0.05], however the specific cell needs to know what the dropdown selection is for the product row. For example if i select 18% one cell needs to calculate the 18% tax for all the  selected product rows with 18%, and if i select 5% tax calculations are made for those specific rows. How do i check what is selected in the dropdown? Default value is 1 or 18%.

 

Here is some code i wrote in the 18% cell

 

if(Row1.TaxDropdown = 1){

          $ = (Price * Quantity) * 0.18

}

 

 

Thanks

Set text field to required if a checkbox is checked

$
0
0

Hi All,

 

Is there a script that will make a text field required if a checkbox is checked?

 

Thanks!!!!

PDF form - email subject line = field

$
0
0
I am creating a PDF form on our intranet to be filled out and submitted via email with a submit button. All works well, but the recipients would like the subject line of the email to be info from the first field on the form so that it is easily searchable. I am using Adobe LiveCycle Designer 8.0 (also have Acrobat 8 Professional) but haven't found anywhere to edit this info.  I have read thread referencing possible solutions by utilizing javascript, but I'm not sure where to begin where javascript is concerned (not my forte).
Right now the form is Submitted by Email via a "Button" set to Control Type: Submit. Under the Submit tab I have set the Submit to URL field to - mailto:"emailaddress".

 

Also, the recipients mentioned that they can't see the PDF in the body of their email, instead its only an attachment. We are all using Outlook and Outlook Webmail and would like to see the PDF in the body.  Is there an easy way to accomplish this as well?
Any helpful suggestions would be greatly appreciated!

Arabic Text inside Static PDF LiveCycle Form is stored in weird order.

$
0
0

Please check this thread:

 

http://forums.asp.net/p/1828622/5097523.aspx/1?Re+SQL+Server+2000+Full+Text+Search+using+C ONTAINS+to+search+Arabic+Text+is+not+working

 

After doing lot of testing and investigation, I found out the following on SQL Server 2000 under Windows Server 2003 using Indexing Service:

 

1. Arabic Text in Static PDF Files (created using Adobe LiveCycle Desinger Static PDF with XDP for data binding) is stored using the unicode of the connected char shapes in reverse order !!!!!!

 

2. Arabic Text in MS Office Files is stored using the unicode of the isolated char shapes in normal order. This is the correct way as per my expectation.

 

I verified this when searching for the "Sick Leave" Form Requests. I found, by chance, the Arabic Text of "Sick" inside the "Characterization" result field and while it looks normal in Query Analyzer Window, when I verified the unicode value of each letter, I figured out what is going wrong. I used the following code in Query Analyzer to verify:

 

 

print unicode(substring(N'ﺔﻴﺿﺮﻣ', 5,1))

print unicode(substring(N'مرضية', 1, 1))

print nchar(65251)

print nchar(1605)

 

--- result is --->

 

65251

1605

م

 

The following queries returns entirely different results:

 

select * 
  from openquery(ISRV,  'Select Filename,PATH,rank,url,characterization from SCOPE() where contains(contents, ''"ﺔﻴﺿﺮﻣ"'')') 
order by FileName 


select * 
  from openquery(ISRV, 'Select Filename,PATH,rank,url,characterization from SCOPE() where contains(contents, ''"مرضية"'')')
order by FileName

 

Now next question is why the Arabic Text inside the Static PDF File is stored in this wiered format ????!!!!

I have stored some Arabic Text in a regular TXT File, but until now, it is not picked up by the Indexing Service scanning engine (since one week). Once it is scanned, I will confirm the result.

 

I think I need to post this question to Adobe Support.

 

Any one can help with this?

 

Tarek.

Remove instance of row in section

$
0
0

I have tried everything that I can think of to get the Remove Instance button to work to remove the CURRENT instance but I can't figure it out.

 

Basically I have a table with a section.  Within this section I have one row that the user can add more instances of. I added a remove instance button but it acts erratically and I can't get it to remove the CURRENT instance. Sometimes it deletes the first instance..sometimes the last instance in the repeating section...it's all over the place and I can't figure out why.

 

Code for Remove instance button: 

this.resolveNode('PackageSection._ItemRow').removeInstance(this.parent.index);

if (xfa.host.version < 8) {

  xfa.form.recalculate(1);

}

 

 

Hierarchy for table:

Page1>

   Column2Subform>

         Table1>

              PackageSection>

                               ItemRow (this has a cell subform with the add/remove instance buttons)

 

Any guidance would be appreciated.  Link to actual form:  Untitled3Sample.pdf


Show text field based on values of 2 other fields

$
0
0

Hi

 

I have some text fields that only need to be filled in if the values in 2 other fields meet certain conditions. One of these fields is a dropdown box the other is a tick box. So the hidden text field will appear if:

 

  • The dropdown box = VALUE1

                         AND

  • The tick box IS selected

 

Otherwise the textbox is hidden.

 

I'm not sure where to run the code as it is based on 2 conditions rather than 1.

 

Any help would be much appreciated.

 

Thanks

Replacement for Adobe LiveCycle Designer ES4

$
0
0

The maintenance period of Adobe LiveCycle Designer ES4 ends with Mar 2018 and extended support ends in 2020. Can you please let me know the replacement product for Adobe LiveCycle Designer ES4. I am referring only to the core designer functionality to be able to create/edit forms in a desktop, and not any advanced features.

 

Regards

Narasimhan

Upload / Attach File in form

$
0
0
I'm new to the LiveCycle Designer, so please bare with me.

I need to design a form that will allow a user to link/attach files. When the user submits the form we would like the form to link to the documents like a hyperlink.

Please help the newbie.

How to get caption of selected radio button?

$
0
0

I'm building a dynamic form using javascript in Adobe livecycle designer X.  I have a radio button group, optGroup, with several individual option buttons. Later in the form, I want to refer to the selection that the user made with the caption of that selected button in the option group.  I've tried using resolveNode(optGroup.selectedMember().name+".caption.value.#text").value  but this works only if the first button in the group is selected.  Otherwise, selectedMember seems to be null and the code doesn't work.  Any ideas?

 

Thanks for your help!

BigO

Selecting check box creates text entry field to enter info ?

$
0
0

hi, I am very new to livecycle.  Bought it on last day availble actually...

 

i am trying to make an interview form, and there’s Zaire 4 possible questions in each section but only 2 need to be used per section.   I would like to figure out how to make it that when a checkbox is selected it opens up a text feild below it for details to be entered. 

 

If if you can help that would be most appreciated

 

 

btw i do not know javascripting.

 

Thabks... Brian

Trying to create an expandable text field

$
0
0

In the old LiveCycle there was a tab next to the "object" tab named the "layout" tab, which allowed to make a text field expandable. (If someone types more than the box can hold, currently, I just get a plus sign and scroll bar and when printing, you can't see all the text).

 

In the new LiveCycle, I can't seem to find where the "layout" tab is or if they moved the "expand to fit" on the y axis option. All the videos on youtube just show the older version.

 

Thanks for any help you can provide.

 

Alex

LiveCycle Designer ES2 - Layout limitation when placing an Arc object

$
0
0

Hi all,

 

I have to place an Arc object inside a subform, but this subform's height is half the circle heigth that contains the Arc.

 

Is there a way to do so without changing the height of the subform?

 

Thanks!!!


Adobe Life Cycle Design

$
0
0

I had Adobe LifeCycle Design on my old computer and now have a laptop that I need to download it to.


Thanks

 

 

Helen

Where can I find the download for Livecycle ES4?

$
0
0

I already own a v10 license and want to install the software on a second computer, but can't find the download link anywhere on the Adobe websites.

Click button always referencing to row 1 in table

$
0
0

i have a table with header row and row1 in livecycle .in row1 i have name and phone fields 2 columns.i have created a button to add row only if  both name and phone column are filled.issue is that  its work fine for creating 1st row but then conditional statement dont work on row 2 button.add row button keep on adding rows irrespective name and phone fields are filled or not.

 

[Question moved to the LiveCycle Designer forum. -Mod.]

How to loop a dynamic table in another dynamic table

$
0
0

I have a dynamic table that is inside a subform inside a cell of another dynamic tables.

 

The form is a display of time sheet. I want to loop both tables, how to achieve it?

Required field

$
0
0

How can i make an field require an input before they van type in the next field.

 

Is there a code?

Viewing all 16286 articles
Browse latest View live