Equinox Online Help - Language Reference - A to Z

Home

PickFields

Applies to
SyntaxPickFields [FieldItems1- 16]
Action[Statement] Specifies the fields to display in a pick dialog.
ScopeOnly usable in form methods.
Notes

This statement specifies up to sixteen fields which can be included within a Pick, PickWrite or PickRange dialog. The fields are listed with comma separators. This statement should precede any Pick statement.

CategoryPick lists
See Also Pick_PickRecord, PickCaptions, PickColumnWidths, PickList, PickListSelection, PickRange_PickRecordRange, PickSelection, PickWrite_PickRecordWrite
Example

This example specifies the fields to be displayed within a pick statement followed by the column captions. The Pick dialog allows an individual to be selected for training.

PickFields Surname, Inits, Title, Dept
PickCaptions "Surname", "Initials", "Title", "Department"
Volunteer = Pick(EmployeeNo, ,iSurname)