Moving objects around a form
This example allows a user to click on an object and move it to a new location. Download: Assure Dynamics Moving objects in XFA form
Read morePopup index for sections within form
This example demonstrates the popup method, which can be used to display an index of sections with your form. The user can select a page and the script jumps to that section. Download: Assure Dynamics Index (variable number of pages)
Read moreReferencing objects
This example shows how to reference objects in script. When in the script editor, a great tip is to press Control while you click on an object you want to reference. LC Designer will automatically insert the reference for you. You can read all about SOM expressions here and explore the example provided. Download: Assure [...]
Read moreResetting fields
This example looks at some options for resettings fields. In particular the use of different objects. The preferred option would be to use a button as this is clearer for the user. Download: Assure Dynamics Resetting fields
Read moreScoring dropdowns
There are a couple of examples that are related to this one. First this example shows how to use the display value and the bound value of a dropdown. The second demonstrates how you can use the global binding. This example below, shows how you can then add the value of the dropdown and summarise [...]
Read more