Quantcast
Channel: Adobe Community: Message List - LiveCycle Designer
Browsing index pages (15211 articles)

Image may be NSFW.
Clik here to view.

Dynamic Form - New table instance loses script functionality.

I have script functions withing two text fields within a table. Whenever the user clicks the add button, a new instance of the table appears. BUT. The text fields lose their scripts?  How can I make a...

View Article


Image may be NSFW.
Clik here to view.

Re: Drop Down List With Multiple Email Addresses

You can download it here … https://forums.adobe.com/thread/340466#3047322

View Article


Re: PDF form - email subject line = field

You can download the sample from one of Paul's responses further up this thread.

View Article

Re: Embedding a font

I have this same issue.

View Article

Image may be NSFW.
Clik here to view.

Re: Drop Down List With Multiple Email Addresses

Hi Paul, I know this post was from some time back - but can you email the js to me also: ross.mcnee@tiq.qld,gov.au

View Article


Re: Make a field visible dependent on another fields length - Issue change event

Hi Deborah, In addition to Magus069's comments, the value of the text field is not updated yet when the change event is fired. You need something like; var kontierungselementFirstChar =...

View Article

Re: Make a field visible dependent on another fields length - Issue change event

Hi there, using the "value" property of a textfield needs more specifications on how you want to access the value desired because it can either be Plain Text or Rich Text; and both are accessed...

View Article

Image may be NSFW.
Clik here to view.

Re: Make a field visible dependent on another fields length - Issue change event

Thanks Bruce BR001! It worked.I now want to get the first character of the fied (text field) but with substring substr() it is not working, I as well tried different things with rawValue, with...

View Article


Image may be NSFW.
Clik here to view.

Re: PDF form - email subject line = field

how i can see the code? can you share me

View Article


Re: PDF form - email subject line = field

can you share with me code

View Article

Using Dynamically Linked Drop-down to Fill Text Fields

I have LiveCycle Designer ES4 through work.I am building a hand receipt form that is linked to an access database with barcode numbers associated with each piece of property. I have learned how to bind...

View Article

Re: Make a field visible dependent on another fields length - Issue change event

Try something like; console.println("START ");var currentLength = xfa.event.newText.length;var kdAufPos =...

View Article

Image may be NSFW.
Clik here to view.

Re: Make a field visible dependent on another fields length - Issue change event

Hi Bruce BR001,how to use the xfa.event.newText event? Do you have an example?So in which standard Adobe events (initialize, change, validate...) do I have to put my code in?Thanks & regardsDeborah

View Article


Re: How to dynamically do the data binding (two-way binding as it happens...

You can use the setProperty property to bind various properties of a field or subform to a dataset which can be manipulated or replaced by scripting. <!-- Set the fields font size to a value stored...

View Article

Image may be NSFW.
Clik here to view.

Re: Adding a simple sum field

Thanks Magus069.  that was exactly the problem.  I could not see the duplicate code, but once I cleared extra fields, things worked great.Did not see how to mark correct so putting this up.  Feel free...

View Article


Re: Adding a simple sum field

Hi there, By the look of it it seems like you are somehow calling calculate... I am not sure if it needs more investigation with the Hierarchy, but it looks like you have an extra line of code which...

View Article

Image may be NSFW.
Clik here to view.

Re: Adding a simple sum field

I am having an issue with my FormCalc script on LiveCycle Designer forms.  Here is what I getMy form has 11 Rows (top row[0] is text only) and 9 columns with columns 4 (parking),7 (miles),8 (rate)...

View Article


Image may be NSFW.
Clik here to view.

Re: How to dynamically do the data binding (two-way binding as it happens...

I don't think you can script against the binding properties.  If you can explain what you are trying to achieve, at a higher level, then we might be able to offer some alternatives.  If you are wanting...

View Article

Re: Make a field visible dependent on another fields length - Issue change event

Hi Deborah, You are getting the exception because this.rawValue is null and the null object does not have a length property. In the change event this.rawValue has not been updated yet. You probably...

View Article

Image may be NSFW.
Clik here to view.

Output one Table in two Contentareas - pagination not working

Hello,   I want to output a table in two content areas on one page. There is fixed text between the tables. The two content areas have the same height, so they run full at the same time. In this case,...

View Article
Browsing index pages (15211 articles)


Latest Images