What is relation between the window and canvas views?
Answer Posted / akhi sharmin
a window is a container for all visual objects that make upa forms application...
a canvas is a surface where visual objects such as graphics,interface items are arranged
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do u place it in required folder
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
i am writing a query select EmpNo from Emp how can i call in after parameter form
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
What is the difference between flex mode and confined mode?
What do we mean by record group in oracle forms?
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
Can we invoke one form from another in a multi-forms application?
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
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What is a user exit program in oracle reports?
Explain how one can iterate through items and records in a specified block?
What are the various configuration files that are used by oracle forms?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
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