Click here for NewsObjects Overview
ShowSearchSubjects2 Method (Utility Control)
Windows - Visual C++


Description
The ShowSearchSubjects2 method displays a dialog box requesting a list of subject codes. The dialog box contains Full View and Current View option buttons that enable the user to choose the view in which to apply the search.

Syntax
long result = ShowSearchSubjects2();

The ShowSearchSubjects2 syntax has these parts:

Part

Description

result

Return value. A long integer containing 0 if the user clicked the OK button and -1 if the user clicked the Cancel button.

Remarks

See Also: SearchCriteria SubjectSearchString SymbologyType SubjectSearchDlgTitle

Back to: Utility Methods