When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?
1 3649Post New Oracle Forms Reports Questions
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
how do u place it in required folder
did u p prepared complex report
What is an oracle report?
what is a package n what r the packages availbla in report
What is an oracle report? List its various types.
How to create Drill down report?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what exactly u write in when_new_form_instance
if some data is not transfered where it will get stored
Name the different triggers supported by oracle reports and their firing order.
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
how to send file attachment from oracle forms
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
What do you understand by lov?