Link to home
Start Free TrialLog in
Avatar of jspc
jspcFlag for Australia

asked on

CRRuntime - Alerts

Hello,

If you create an Alert within Crystal Reports (2013), the Alert pops up where necessary.
If you view the same report using CRRuntime (CRRuntime_12_2_mlb) the Alerts aren’t supported.

I have noticed you can use the AlertMessage(), IsAlertEnable() & IsAlertTriggered() functions.
I have a formula field called @MarginByProd. I want an Alert to be triggered when this field = 0.

I see online you then drag the formula onto the Report Header Section. If you do this, will the pop-up box warning the User they have a trigger still appear?
I am unsure the correct formula to create to do do this?

Thanks.
Avatar of Mike McCracken
Mike McCracken

I have not used alerts in reports.

Are you saying that if you run in the designer then you get a popup box with the alert information or is it something on the report?

However when you run in an application the alerts don't work?

Does this link help?
http://search.sap.com/ui/notes?id=0001680653&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64653D3939382669765F7361706E6F7465735F6E756D6265723D30303031363830363533&ssocompatible

SInce the above link may be behind the SAP login, this one seems to have the same information at the end.
http://scn.sap.com/thread/2127152

mlmcc
Avatar of jspc

ASKER

Yes that's what l am saying.

So the link is saying to use an API ...?
Yes.  You have to include the RAS API

mlmcc
Avatar of jspc

ASKER

How do I do that within CR?
You can't.  You do It in the application.
Essentially you are writing the code that will receive the alert and generate the alert to the screen.

mlmcc
Avatar of jspc

ASKER

So if l can't do it in CR, which application do l do it in?
The application that is displaying the reports.

mlmcc
Avatar of jspc

ASKER

Oh ok, so basically it can't be done then as l do not have access to their open code.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial