Small company logo:
   History
 
Advertising banner:
 
 Form.Field
Home • Help • Customization Tools • FCAS • Language Reference • Form.Field
 
Purpose
Assigns or returns form field data through a field ID instead of a named field.
Syntax
Form.Field (FieldID)
Example
MyForm.Show
Debug "The subject field contains:" & MyForm.Field (9)
MyForm.Field (9) = "(n) One who owes fealty to a monarch"
Debug "The subject field now contains:" & MyForm.Field (9)