How can we call a URL from a menu (Oracle Forms 6i)?
Answers were Sorted based on User's Feedback
Answer / 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 |
can you change the default value of the radio button group at run time?
What is the use of Page Protect Property?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........
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 use of command line parameter cmd file?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
What are the built_ins used the display the LOV?
Commited block sometimes refer to a BASE TABLE ? True or False.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
What is a predefined exception available in forms 4.0?
How can a button be used in a report to give a drill down facility?