How can we call a URL from a menu (Oracle Forms 6i)?
Answer Posted / sudipta santra
With use of the built_in named
Web.Show_Document('https:\\www.google.com',_blank);
This like you can do.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a matrix report and how many minimum groups are required to prepare the same?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
Can we invoke one form from another in a multi-forms application?
What do you understand by oracle forms and why are they required?
In what situation u create the BPA.
what is 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 different levels at which oracle form services interact.
What is the difference between bind and lexical parameter?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
what is a package n what r the packages availbla in report
List the different types of columns in oracle reports.
what are the new features introduced in oracle form services in 11g release 2?
What is an oracle report? List its various types.