Click here for NewsObjects Overview
ShowCombinedAlert Method (Profile Manager Control)
Windows - Visual C++


Description
The ShowCombinedAlert method displays the Combined Alert dialog box allowing users to manipulate profiles to create a boolean search expression.

Syntax
long result = ShowCombinedAlert();

The ShowCombinedAlert syntax has these parts:

Part

Description

result

A long integer containing the result, with 0 indicating success and nonzero indicating failure.

Remarks
Upon a successful return from this method, the SearchCombAlert property contains the boolean search expression needed to open a search view using the Headline Control's SearchCriteria property and Run method.

See Also: SearchCombAlert SearchCriteria Run

Back to: Profile Manager Methods