Find Component
Fnd_Find_SetEditorButton
Fnd_Find_SetEditorButton (label{; method})
Parameters
| Parameter | Type | Description |
|---|---|---|
| label | Text | New label for the Query Editor button |
| method | Text | Method to execute (optional) |
Description
The Fnd_Find_SetEditorButton routine allows the developer to hide or modify the Query Editor button in the Find dialog. Pass an empty string to label to hide the button.
Fnd_Find_SetEditorButton ("")
If method is specified, it will be executed instead of displaying 4D's Query Editor.
Fnd_Find_SetEditorButton ("Query with SQL";"MySQLSelectMethod")
Extracted source text
Fnd_Find_SetEditorButton (label{; method})
Parameter Type Description
label Text New label for the Query Editor button
method Text Method to execute (optional)
The Fnd_Find_SetEditorButton routine allows the developer to hide or modify the Query Editor button
in the Find dialog. Pass an empty string to label to hide the button.
Fnd_Find_SetEditorButton ("")
If method is specified, it will be executed instead of displaying 4D's Query Editor.
Fnd_Find_SetEditorButton ("Query with SQL";"MySQLSelectMethod")