Toolbar Component
Fnd_Tlbr_Divider_Add
Fnd_Tlbr_Divider_Add
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
Fnd_Tlbr_Divider_Add adds a divider line to the toolbar object list. The divider is added after any other objects in the toolbar.
Fnd_Tlbr_Button_Add ("Button1";"Search";"Fnd_Bttn_Magnifier";"QUERY([Invoices])")
Fnd_Tlbr_Divider_Add
Fnd_Tlbr_Button_Add ("Button2";"Print";"Fnd_Bttn_Printer";"PrintTransactionsReport")
Fnd_Tlbr_Redraw
Each toolbar is limited to 20 objects. Each divider counts as one object toward this limit. So, if you create a toolbar with 17 buttons, it could include only three dividers. 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_Divider_Add
Parameter Type Description
No parameters required.
Fnd_Tlbr_Divider_Add adds a divider line to the toolbar object list. The divider is added after any other
objects in the toolbar.
Fnd_Tlbr_Button_Add ("Button1";"Search";"Fnd_Bttn_Magnifier";"QUERY([Invoices])")
Fnd_Tlbr_Divider_Add
Fnd_Tlbr_Button_Add ("Button2";"Print";"Fnd_Bttn_Printer";"PrintTransactionsReport")
Fnd_Tlbr_Redraw
Each toolbar is limited to 20 objects. Each divider counts as one object toward this limit. So, if you create a
toolbar with 17 buttons, it could include only three dividers.
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.