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
What is a canvas in oracle forms?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
difference between global n context sensitive segments?
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 difference between group above and group left report
How can we expand Parameter Form Canvas on Reports 6i?
what is the difference between call_form, new_form and open_form?
In what sequence do triggers get fired by oracle forms?
how do u place it in required folder
Name the different triggers associated with oracle forms having a master-detail relationship.
Explain the different levels at which oracle form services interact.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Name the different triggers supported by oracle reports and their firing order.
hiding item in report how like that properly,thats manually but at runtime i want to do
In what situation u create the BPA.