SetSearchEdit
Mon 01 January 2018Syntax
SetSearchEdit([recordname.]fieldname)
Description
Use the SetSearchEdit function to enable system edits (edits specified in the record field definition) for the specified [ recordname .] fieldname , for the life of the search dialog box, or until the ClearSearchEdit function is called with that same field.
Note: This function remains for backward compatibility only. Use the SearchEdit field property instead.
See .
Parameters
Field or Control |
Definition |
---|---|
fieldname |
The name of the search dialog field on which to enable field edits. |
Returns
Returns a Boolean value indicating whether the function executed successfully.