Form_Options - DfBaseList

Sets or gets all of the form_options for a form region

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: Integer iItem

ParameterDescription
iItem (Optional)The item number (0 if omitted)


Syntax
 Property Integer Form_Options

Read Access: Get Form_Options [iItem] to IntegerVariable
Write Access: Set Form_Options [iItem] to IntegerVariable/Value


Description

Form_options sets or gets all of the form_options for a form region. These options are the same as item_options and must be set to apply the proper options to a form or column. Generally, anytime item_options are changed, you will also want to change form_options.

Get File_Field_Options of iDSO iFile iField to iDSO_Opt
Get Item_Options item iItem  to iDEO_Opt
Set Item_Options item iItem to (iDEO_Opt IOR iDSO_Opt)
Set Form_Options item iItem to (iDEO_Opt IOR iDSO_Opt)