What are the important difference between property clause
and visual attributes?
Answer / chaudhry
Named visual attributes differed only font, color &
pattern attributes, property clauses can contain this and
any other properties. You can change the appearance of
objects at run time by changing the named visual
attributes programatically , property clause assignments
cannot be changed programatically. When an object is
inheriting from both a property clause and named visual
attribute, the named visual attribute settings take
precedence, and any visual attribute properties in the class
are ignored.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the different types of key triggers ?
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 an Invoice ? How many types of invoices are there in AP and AR ?
What do we mean by record group in oracle forms?
what is a display item?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is the use of Data Link in Reports?
What is the significance of PAGE 0 in forms 3.0 ?
explain tkprof?
To execute row from being displayed that still use column in the row which property can be used?
what is the difference between call_form, new_form and open_form?
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........