Toolbar Component

Fnd_Tlbr_Style

Fnd_Tlbr_Style ({style name}) -> Text

Legacy manual page 253

Parameters

ParameterTypeDescription
style nameTextA pre-programmed style name (optional)
Function resultTextSelected style name

Description

Fnd_Tlbr_Style sets and gets the toolbar style name for the current process. The following style names can be used: Style Name Large Small1 Small2

Pass this routine a style name to set the toolbar style name:

Fnd_Tlbr_Style ("Small2")

This can be done in the form’s On Load event, or anytime while the form is displayed. If you call this method after the On Load form event, you will need to follow it with a call to the Fnd_Tlbr_Redraw command. The actual look of the toolbar will depend not only on the current toolbar style, but also on the current platform setting (see the Fnd_Tlbr_Platform method).

Extracted source text
            Fnd_Tlbr_Style ({style name}) ➔ Text

              Parameter                Type              Description
              style name               Text              A pre-programmed style name (optional)
              Function result          Text              Selected style name

            Fnd_Tlbr_Style sets and gets the toolbar style name for the current process. The following style names
            can be used:
            Style Name
            Large
            Small1
            Small2

            Pass this routine a style name to set the toolbar style name:
              Fnd_Tlbr_Style ("Small2")

            This can be done in the form’s On Load event, or anytime while the form is displayed. If you call this
            method after the On Load form event, you will need to follow it with a call to the Fnd_Tlbr_Redraw
            command.
            The actual look of the toolbar will depend not only on the current toolbar style, but also on the current
            platform setting (see the Fnd_Tlbr_Platform method).