Toolbar Component
Fnd_Tlbr_Redraw
Fnd_Tlbr_Redraw
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
This command updates the toolbar. It should be called after making any changes to the toolbar.
Fnd_Tlbr_Button_Add ("UnlockButton";"Unlock";"Fnd_Bttn_Unlock";"UnlockMethod")
Fnd_Tlbr_Redraw
The Toolbar component does not update the toolbar immediately when buttons are added or modified. Instead, it waits until this command is called so that multiple objects can be added or modified before the form update. This command does not need to be called in the form’s On Load event. It only needs to be called when updating the toolbar after it has been displayed. It is also not necessary to call this command after using the Fnd_Tlbr_StatusMessage or Fnd_Tlbr_Button_Enabled routines.
Extracted source text
Fnd_Tlbr_Redraw
Parameter Type Description
No parameters required.
This command updates the toolbar. It should be called after making any changes to the toolbar.
Fnd_Tlbr_Button_Add ("UnlockButton";"Unlock";"Fnd_Bttn_Unlock";"UnlockMethod")
Fnd_Tlbr_Redraw
The Toolbar component does not update the toolbar immediately when buttons are added or modified.
Instead, it waits until this command is called so that multiple objects can be added or modified before the
form update.
This command does not need to be called in the form’s On Load event. It only needs to be called when
updating the toolbar after it has been displayed. It is also not necessary to call this command after using
the Fnd_Tlbr_StatusMessage or Fnd_Tlbr_Button_Enabled routines.