ShowSearchSubjects Method (Utility Control)
Windows - Visual C++
Description
The ShowSearchSubjects method
displays a dialog box requesting a list of subject codes.
Syntax
long result = ShowSearchSubjects();
The ShowSearchSubjects 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
The subject codes entered into the
edit box must be delimited by a space.
See Also: SearchCriteria SubjectSearchString SymbologyType SubjectsSearchDlgTitle
Back to: Utility Methods