Skip to content

Form_Options - DfBaseList

Sets or gets all of the form_options for a form region

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Parameters

Parameter Type Description
iItem Integer

Syntax

Property Integer Form_Options
Access Type Syntax
Read Access: Get Form_Options to IntegerVariable
Write Access: Set Form_Options 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)