Answer Posted / guest
Visual Attributes are the font, color and pattern
characteristics of objects that operators see and intract
with in our application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an SQL FORMS ?
What do you understand by oracle forms and why are they required?
how do u compile a form i.e .fmb file in Unix or in dos
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
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
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 is a matrix report and how many minimum groups are required to prepare the same?
Explain the various types of oracle report?
how report can be generated if we have the database designed in oracle 10g?
What do we mean by record group in oracle forms?
Name the different triggers associated with oracle forms having a master-detail relationship.
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
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
Can we invoke one form from another in a multi-forms application?