cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Cascading prompt group in crystal reports

Former Member
0 Kudos

Hi Guys,

I am working in CR4E framework .We have a report which uses dynamic parameter which will prompt after entering value for original parameter.We have a requirement for dynamic parameters in crystal reports that need to be executed in java application.But while running the report through java application,we know that we have to get the dynamic cascading prompt by using two methods.They are getDynamicCascadePromptGroupID() and getDynamicCascadePromptData().

But we are not able to get the jar file which will have classes that implements the ireportparameter interface which contains these methods.

Can someone please help me how to sort out this problem.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member217070
Active Participant
0 Kudos

Hi, Maralla,

The getDynamicCascadePromptGroupID() and getDynamicCascadePromptData() API's are in the Enterprise SDK, not the CRJ, and are not documented and so are not supported.

I also posted this in regards to the other thread you posted asking this question:

"[Two questions on dynamic parameter from java API point of view|;"

Regards,

Bryan

former_member185028
Active Participant
0 Kudos

I believe that all of the classes that are related to the IReportParameter interface are located in the cereports.jar file that are part of the BusinessObjects Enterprise SDK.

Regards.

- Robert