How to change maximise or minimise the window in forms
Answer Posted / ashutosh
for maximize.......
set_window_property('name_of_window',window_state,maximize)
for minimize.......
set_window_property('name_of_window',window_state,minimize)
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Can we invoke one form from another in a multi-forms application?
What is the difference between flex mode and confined mode?
List the different types of columns in oracle reports.
What do you understand by lov?
What is a matrix report and how many minimum groups are required to prepare the same?
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 exactly u write in when_new_form_instance
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
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 responsibility and how u attach How to create user and how u attach with responsibility.
Explain how one can iterate through items and records in a specified block?
Is it possible to have multiple layouts in a report?
What is the difference between bind and lexical parameter?
how to send file attachment from oracle forms
Is it possible to execute a dynamic sql from forms?