473,386 Members | 1,908 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

error run_product(reports no longer use inestted (run_report_object)

1
please i have this code on the meue medule to when i click this open report but give me error run_product(reports no longer use inestted (run_report_object)

please can you change my code and replly to me


Expand|Select|Wrap|Line Numbers
  1. declare
  2. pl paramlist;
  3. the_PARAM VARCHAR2(40) := 'TEMPDATA';
  4. BEGIN
  5.  
  6. PL := GET_PARAMETER_LIST(THE_PARAM);
  7. IF NOT ID_NULL(PL) THEN
  8. DESTROY_PARAMETER_LIST(PL);
  9. END IF;
  10.  
  11. PL := CREATE_PARAMETER_LIST(THE_PARAM);
  12.  
  13. ADD_PARAMETER(PL,'p_COMP',TEXT_PARAMETER,:GLOBAL.COMP_C);
  14. ADD_PARAMETER(PL,'USER_ID',TEXT_PARAMETER,:GLOBAL.USER_C);
  15. ADD_PARAMETER(PL,'EMP_ID',TEXT_PARAMETER,:GLOBAL.EMP_ID); 
  16. ------------------------------------------------------------------
  17.  
  18. add_parameter(PL,'maximize',text_parameter,'yes');
  19. ADD_PARAMETER(PL,'PARAMFORM',TEXT_PARAMETER,'no');
  20. run_product(REPORTS,getpath|| 'Reports\Customers',SYNCHRONOUS,RUNTIME,FILESYSTEM,PL);
  21. --RUN_REPORT_OBJECT('E:\my_space\project\reports\reports\Customers');
  22. END;
Feb 10 '13 #1
0 1294

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I...
7
by: (Pete Cresswell) | last post by:
We were testing a version of our app that's been running for months with no problems and it started throwing "Object no longer exists" messages on two machines in the test environment. We tried...
0
by: Richard Sherratt | last post by:
Something to add to your trivia bank. I've seen previous questions on this error but they've all been for adding new records to the RecordsetClone. I got it trying to edit an existing record. ...
2
by: TSanders | last post by:
Hello everyone, I hope someone here can help. I created an application in MSAccess 2000 using VBA for a local telco to track their DSL orders. The database is split into a front end and a back...
0
by: nbdy9(nospam) | last post by:
I have a ASP.Net website (mobile). From time to time the browser popup the following message. Anyway to catch the error and redirect to my start page? saying, login.aspx? Thanks. ...
0
by: b.coolsaet | last post by:
Hi, like the title says simplexml is giving me a "Node no longer exists" error while using the addChild() function. Note that it's not giving an error on the first addChild(); Can somebody...
2
by: pranas | last post by:
I'm not a proffessional programmer and I'm asking for your help. I'm using PHP and running Apache server and Mysql database server on my home network computer to serve my web site. My PHP error log...
3
by: Kevin Blount | last post by:
"PHP has encountered an Access Violation at 01C21255" I'm running a very simple script, that fails when I run it, though other seem to be able to use it (see this thread:...
3
by: imaloner | last post by:
I am posting two threads because I have two different problems, but both have the same background information. Common Background Information: I am trying to rebuild code for a working,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.