Toolbar Component

Fnd_Tlbr_Button_Insert

Fnd_Tlbr_Button_Insert (before button; name; button text; icon name; method{; keystroke})

Legacy manual page 246

Parameters

ParameterTypeDescription
before buttonTextThe button in the position to insert the new button
nameTextUnique name for the button object
button textTextButton label
icon nameTextPicture Library name for the icon
methodTextThe method to call when the button is clicked
keystrokeTextCommand/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