Accessing bound and display values of dropdowns

This example shows how you can use different scripting techniques to access the bound and display values of a dropdown. My personal favourite is option 2. Download: Assure Dynamics Accessing bound and display values of dropdowns (Rev 1)

Read more

Accessing PDF menu items

This example provides the script necessary to access Acrobat/Reader menu items. When you click a button a dialog appears where you can test the menu or copy the script. Download: Assure Dynamics PDF Menu Items

Read more

Accessing PDFs from within a form

Occasionally you may want a form user to have access to supporting documents, as they are completing your form. One solution is to open the form in Acrobat and to attach the document to the form. This is relatively straightforward, but may make it difficult to maintain the document, once the PDF is deployed. Another [...]

Read more

Buttons

This example examines different design approaches for buttons in LC Designer. You can explore these options and copy the different buttons into your forms. Download: Assure Dynamics Buttons

Read more

Concatenating and floating fields

This sample form demonstrates two separate approaches for compiling different object values into one field. Using script in the calculate event, either using the FormCalc Concat() function or JavaScript. Using floating fields. The third example also uses floating fields, but additional script in the docReady event and the enter event of the associated textfields, allow [...]

Read more