Equinox Online Help - Language Reference - A to Z

Home

GetFindValues

Applies to
SyntaxGetFindValues [Text1Expression] [, Text2Expression] [, Text3Expression] [, Text4Expression]
Action[Statement] Gets the current search text from a form's Find dialog.
ScopeUsable anywhere.
Notes

This statement lets you retrieve the search criteria from the Find dialog. Up to four items can be accessed using Text1Expression to Text4Expression, corresponding to the four components available for constructing compound indexes.

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

This example uses the "After find" event to get the current search criteria from the Find dialog and stores it in a workarea called "LastSearchKey".

GetFindValues LastSearchKey