General Component

Fnd_Gen_SelectionChanged

Fnd_Gen_SelectionChanged

Legacy manual page 120

Parameters

ParameterTypeDescription
No parameters required

Description

If your code changes the current selection of records displayed in an output form, call this routine at the end of your method to let Foundation know about the change. This routine will ensure that the menus and toolbar buttons are properly updated for the contents of the current selection. This method calls the Fnd_Hook_IO_SelectionChanged hook.

Extracted source text
            Fnd_Gen_SelectionChanged

              Parameter                 Type              Description
              No parameters required.

            If your code changes the current selection of records displayed in an output form, call this routine at the
            end of your method to let Foundation know about the change. This routine will ensure that the menus
            and toolbar buttons are properly updated for the contents of the current selection.
            This method calls the Fnd_Hook_IO_SelectionChanged hook.