Input/Output Component

Fnd_Hook_IO_DisplayRecord

Fnd_Hook_IO_DisplayRecord

Legacy manual page 124

Parameters

ParameterTypeDescription
No parameters required

Description

This hook is called just before an input window is displayed. Here you can set the window title or position, or specify the input form to use. Use the Fnd_Gen_CurrentTable method to determine the current table. The following example uses this hook to set the window title to something other than the default window title selected by Foundation. Case of

: (Fnd_Gen_CurrentTable=(->[Products])
Fnd_Wnd_Title ([Products]Product Name)

End case

Extracted source text
            Fnd_Hook_IO_DisplayRecord

              Parameter               Type              Description
              No parameters required.

            This hook is called just before an input window is displayed. Here you can set the window title or
            position, or specify the input form to use.
            Use the Fnd_Gen_CurrentTable method to determine the current table.
            The following example uses this hook to set the window title to something other than the default window
            title selected by Foundation.
              Case of
               : (Fnd_Gen_CurrentTable=(->[Products])
              		Fnd_Wnd_Title ([Products]Product Name)
              End case