Toolbar Component
Fnd_Tlbr_Clear
Fnd_Tlbr_Clear
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
Fnd_Tlbr_Clear removes all objects from the toolbar so it can be rebuilt from scratch. Fnd_Tlbr_Clear
Fnd_Tlbr_Button_Add ("Button1";"Search";"Fnd_Bttn_Magnifier";"QUERY([Invoices])")
Fnd_Tlbr_Button_Add ("Button2";"Print";"Fnd_Bttn_Printer";"PrintTransactionsReport")
Fnd_Tlbr_Redraw
If this method is called after the On Load form event has run, it should be followed by a call to the Fnd_Tlbr_Redraw command.
Extracted source text
Fnd_Tlbr_Clear
Parameter Type Description
No parameters required.
Fnd_Tlbr_Clear removes all objects from the toolbar so it can be rebuilt from scratch.
Fnd_Tlbr_Clear
Fnd_Tlbr_Button_Add ("Button1";"Search";"Fnd_Bttn_Magnifier";"QUERY([Invoices])")
Fnd_Tlbr_Button_Add ("Button2";"Print";"Fnd_Bttn_Printer";"PrintTransactionsReport")
Fnd_Tlbr_Redraw
If this method is called after the On Load form event has run, it should be followed by a call to the
Fnd_Tlbr_Redraw command.