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
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
Why oracle forms required?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
In what situation u create the BPA.
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
difference between global n context sensitive segments?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is an SQL FORMS ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
In what sequence do triggers get fired by oracle forms?
What do we mean by record group in oracle forms?
Explain the different levels at which oracle form services interact.
What is a canvas in oracle forms?
how report can be generated if we have the database designed in oracle 10g?