I would like to click ona field pass that value to the subreport and open up the subreport.
I have done the following:
I am using Crystal 2008. I selected hyperlink type, a website on the internet. For hyperlink information, I entered the following in the formula...
I can run the stored procedure successfully from SQL Plus. I can also run the stored procedure successfully when I set the Stored Procedure as the datasource in Crystal. It is only when I try calling it as a SQL Command within Crystal the error occurs.
The error is:
Failed to retrieve data from...
I would like to execute an ORACLE 11g Stored procedure from Crystal 2008 I inserted the following through Database Expert Add command:
DECLARE
WCTODO_UPCEXP WCTODO_UPCEXP_PACKAGE.WCTODO_UPCEXP_TYPE;
P_PERSON_ID VARCHAR2(32767);
BEGIN
-- WCTODO_UPCEXP := NULL; Modify the code to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.