Developing Longview Forms
Longview Forms technology was created to enable Developers to design consistent forms across the Longview product without a reliance on HTML. You can create dynamic forms that allow users to provide information for your Longview App. You can use the information users enter into your form in variables used in a procedure. You can call a form from a procedure using the...
Sample Longview Form And Supporting Procedures
Sample Longview Form And Supporting Procedures
The following code blocks show the Longview Form (.lvfrm) document and supporting procedure used to create the sample form displayed at the beginning of this chapter, plus sample OnChange and OnClick procedures.
Note: These code blocks are intended as examples only and are not exhaustive. The examples listed here do not include every line of co...