5 How to Create Files

Creating a Form

The FORMS Programming Manual describes how to create a form. When QUERY uses the form for adding items, it expects that the number of items in the item list is equal to the number of input fields (arrays require one field for each element) and that the form input order corresponds to the order of the data items in the input list.

The length of the input field must be equal to or less than the length of the data item if the data item is a string. If the data item is numeric, any length field is accepted.


Eloquence Query Manual - 19 DEC 2002