Answer Posted / xeeshan
Can you pls guide me what is ":global.host"
and ":global.port". I know, it's the application server
name but my question is: how will this code work when we
deploy it on web (on the internet)?
Do I need to hardcode the URL? like
web.show_document
('http://www.sis.edu.com'||'/reports/rwser
vlet/getjobid'|| report_job_id||'?
server='||:global.r_server,'_blank');
Actually my application is working in different domains, so
can you pls give me the way to retreive the url of my
current (opened) form (from where i am calling the report)
Thank you very much!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In what situation u create the BPA.
what is difference between group above and group left report
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
did u received a single file or multiple files
What is a matrix report and how many minimum groups are required to prepare the same?
what are the new features introduced in oracle form services in 11g release 2?
What do you understand by oracle forms?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
Explain the various types of oracle report?
What do you understand by lov?
Explain how can you use the same lov for 2 columns?
How can we generate report output in excel format?
from where do u receive the information to develop report
What do we mean by record group in oracle forms?
What is an oracle report?