FindAndReplaceEditor

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean FindAndReplaceEditor(SalNumber nWhat, SalNumber nDefaultType)	

The FindAndReplaceEditor method invokes the Find and replace dialog, when requested.

Parameters

Name Description
SalNumber nWhat The standard method parameter
SalNumber nDefaultType Default type of editor.
possible values are Const.FR_ReplaceOnTop, Const.FR_FindOnTop

Returns

Unknown

Comments

This method is only available for Table windows. The implementation of this method is provided in the cTableManager class.