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 ArticleRe: Drop Down List With Multiple Email Addresses
You can download it here … https://forums.adobe.com/thread/340466#3047322
View ArticleRe: PDF form - email subject line = field
You can download the sample from one of Paul's responses further up this thread.
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleUsing 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleOutput 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