Navigation Component

Fnd_Nav_Display

Fnd_Nav_Display

Legacy manual page 168

Parameters

ParameterTypeDescription
No parameters required

Description

Fnd_Nav_Display displays the navigation palette window. If Fnd_Nav_AddButtonMethod or Fnd_Nav_AddButtonTable have not been previously called, the palette will contain a button for each visible table in the database. However, these buttons will work only if the Foundation IO component is available.

Fnd_Nav_AddButtonMethod ("MyCoolMethod";"Run Cool Method")
Fnd_Nav_AddButtonTable (->[Invoices])
Fnd_Nav_AddButtonTable (->[People];"Customers";Default foreground color ;0x00E2FFDF)

Fnd_Nav_Display

Extracted source text
            Fnd_Nav_Display

              Parameter                      Type                       Description
              No parameters required.

            Fnd_Nav_Display displays the navigation palette window. If Fnd_Nav_AddButtonMethod or
            Fnd_Nav_AddButtonTable have not been previously called, the palette will contain a button for each
            visible table in the database. However, these buttons will work only if the Foundation IO component is
            available.
              Fnd_Nav_AddButtonMethod ("MyCoolMethod";"Run Cool Method")
              Fnd_Nav_AddButtonTable (->[Invoices])
              Fnd_Nav_AddButtonTable (->[People];"Customers";Default foreground color ;0x00E2FFDF)
              Fnd_Nav_Display