Previous Topic

Next Topic

InputGrid Object

Once created by the ScriptedForm.InputGrid method, the grid can be further modified by calling its methods. These allow you to control the type of editing controls placed on each field. Fields without an editor are treated as if they were marked as read-only in the dataset used to create the grid. CreateDefaultEditors can be used to create the default editors for each field based on the underlying type of the fields the grid is displaying. The available methods are:

Method

Description

CreateDefaultEditors

Create default editors for each field in the table.

InputBoolean

Define a radio button control for a boolean value.

InputBox

Define a single line text edit control.

InputButton

Define a button that runs a Sub-Statement when clicked.

InputCode

Define a control that allows input of a code.

InputCustomCode

Define a control that allows input of a custom defined code.

InputDate

Define a control that allows input of a date.

InputInteger

Define a control that allows input of an integer.

InputList

Define a combo edit control that allows selection from a set of values.

InputNumber

Define a number edit control that allows input of a number.

InputPeriod

Define a combo control that allows input of a financial period.

In This Section

CreateDefaultEditors - Input Grid Method

InputBoolean - Input Grid Method

InputBox - Input Grid Method

Input Button - Input Grid Method

InputCode - Input Grid Method

InputCustomCode - Input Grid Method

InputDate - Input Grid Method

InputInteger - Input Grid Method

InputList - Input Grid Method

InputNumber - Input Grid Method

InputPeriod - Input Grid Method

See Also

Scripted Forms

Book Contents

Book Index