Toolbar Component
Fnd_Tlbr_Button_Insert
Fnd_Tlbr_Button_Insert (before button; name; button text; icon name; method{; keystroke})
Parameters
| Parameter | Type | Description |
|---|---|---|
| before button | Text | The button in the position to insert the new button |
| name | Text | Unique name for the button object |
| button text | Text | Button label |
| icon name | Text | Picture Library name for the icon |
| method | Text | The method to call when the button is clicked |
| keystroke | Text | Command/Ctrl keyboard equivalent (optional) |
Description
Use this method to insert a button in the toolbar. This command is identical to the Fnd_Tlbr_Button_Add routine, except it has an additional parameter (before button) that lets you specify the name of the button where the new toolbar button should be inserted. If (Current user="Designer")
Fnd_Tlbr_Button_Insert ("PrintBttn";"ConfBttn";"Configure";"Fnd_Bttn_
Gear";"ConfigMethod") End if
Extracted source text
Fnd_Tlbr_Button_Insert (before button; name; button text; icon name; method{; keystroke})
Parameter Type Description
before button Text The button in the position to insert the new button
name Text Unique name for the button object
button text Text Button label
icon name Text Picture Library name for the icon
method Text The method to call when the button is clicked
keystroke Text Command/Ctrl keyboard equivalent (optional)
Use this method to insert a button in the toolbar. This command is identical to the
Fnd_Tlbr_Button_Add routine, except it has an additional parameter (before button) that lets you
specify the name of the button where the new toolbar button should be inserted.
If (Current user="Designer")
Fnd_Tlbr_Button_Insert ("PrintBttn";"ConfBttn";"Configure";"Fnd_Bttn_
Gear";"ConfigMethod")
End if