XSIDialog.Combo
 
 
 

XSIDialog.Combo

Description

Launches a modal dialog box with a combo control, "Ok" and "Cancel" buttons.

Scripting Syntax

oLong = XSIDialog.Combo( [Title], ComboItems );

Return Value

Long index (zero based) of the item selected from the ComboItems argument. If the user cancels the dialog then -1 is returned.

Parameters

Parameter Type Description
Title Variant String with the title of the dialog
ComboItems Variant Array of Strings.

See Also

XSIDialog.ComboEx