Equinox Online Help - Language Reference - A to Z

Home

ChooseIndex

Applies to
SyntaxChooseIndex
Action[Statement] Allows you to select a new view index.
ScopeOnly usable in form methods, but not in subtables.
Notes

This statement allows you to choose a new view index (the index used to order the records for display purposes), whilst using a form. This statement has the same effect as selecting the Select view index... option from the form's index menu.

If an index is chosen, the system workarea SysReply is set to one. Otherwise it is set to zero.

CategoryRecord data entry
See Also Zoom, Find, FindText, GetFindValues, IsInsertMode, RestoreRecord, SaveRecord, SetFindValues, SetInsertMode, StartEdit, StartInsert, UpdateDisplay
Example

This example allows the operator to choose an index, if one is not already selected.

If CurrentIndex = NoIndex Then ChooseIndex