Limiting the number of characters in a field

This example looks at two possible ways to limit the number of characters in a field. The first uses standard settings in the Object > Field palette. Whereas the second using scripting in the exit event of the field. Download: Assure Dynamics Limiting input to set character length

Read more

LiveCycle Designer ES2 script events

This is a great tool for exploring how and when events fire. Download: Assure Dynamics LiveCycle Designer Script Events

Read more

Lock all fields

This is an adaptation of Paul Guerette’s great solution for locking all fields on a form. We have tweaked the function to look out for button objects by checking the ui.oneOfChild.className of the current object. In addition we have include some security aspects of this earlier solution. Thanks to Jono for spotting an error in [...]

Read more

Lottery Ticket Checker

We received a request for a lottery ticket checker and this is the resulting example. Please note that we do not warrant the use of the form for checking of actual lottery results. The example shows how you can set up generic functions to look at data that is inputted into the form. For example, to limit [...]

Read more

Mimicking exclusion groups in tables

This example uses a checkbox in table rows, to act like a radio button exclusion group. Download: Assure Dynamics Mimicking exclusion group in table

Read more