DlgSelectPackages.UpdateDisplay

DlgSelectPackages.UpdateDisplay ( 

number ControlID )

Description

Updates the currently displayed package list based upon the current internal data.

Note: This action will only work if called from a screen's events and if the named control is on the current screen. This action is normally used on the Select Packages screen.

Parameters

ControlID

(number) The numeric ID of the select packages control whose display you want to update.

Returns

Nothing. If the current screen does not contain the control, this action will fail. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions