Equinox Online Help - Language Reference - A to Z

Home

FindText

Applies to
SyntaxFindText [Text1Expression, Text2Expression, Text3Expression, Text4Expression]
Action[Statement] Sets the text labels on a form's Find dialog.
ScopeUsable anywhere
Notes

When the Find statement is executed, the Find dialog appears and is used to enter the search criteria. This dialog also lists the selected index's component fields: Upto four fields may exist.

This statement allows you to replace the field names (as they are shown on the dialog) with some other text. Each text argument corresponds to one of the indexed fields. If an argument is omitted, then the appropriate field name appears as normal. If there is no corresponding field, then a blank space appears on the dialog.

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

This method selects an index, sets the Find dialog's text and then allows the operator to find a record.

SetIndex CustIdx
FindText "Customer Name"
Find