ComboSelectStringΒΆ

ComboSelectString searches for a string in the list box of a combo box and, if the string is found, selects the string in the list box and copies the string to the edit control.

bool = ComboSelectString(ssString)
bool = ComboSelectString(ssString, nID)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

ssString

ssString

nID

nID is 1 for the toolbar combo box "Import" (default value) and 2 for the "DatasetStyle" combo box.

id-1304129