if i have a report which has the following query
select empno,ename,deptno
from emp
where ename like :p_ename
and from my form in a button i have the following proc
PROCEDURE PRINTRPT IS
BEGIN
IF GET_APPLICATION_PROPERTY(U
WEB.SHOW_DOCUMENT(:GLOBAL.
WEB.SHOW_DOCUMENT(:GLOBAL.
ELSE
RUN_PRODUCT(REPORTS,'FM07D
RUNTIME,FILESYSTEM,PL_ID,N
END IF;
END;
Now when i try to run the report using the application server i dnt get any output..if i remove the where condition in the report im getting output...i think its bcoz of the like.is there any solution for this
Main Topics
Browse All Topics





by: leoahmadPosted on 2005-08-14 at 00:17:37ID: 14669577
I don't think you combine these two task.
use destype = previewer and when output comes on screen then press print button to print results.
LeoAhmad