How to change maximise or minimise the window in forms
Answer Posted / barick prabhudatta
----FOR MAXIMIZE------
SET_WINDOW_PROPERTY('WINDOW-NAME',WINDOW_STATE,MAXIMIZE);
----FOR MANIMIZE------
SET_WINDOW_PROPERTY('WINDOW-NAME',WINDOW_STATE,MANIMIZE);
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is an oracle report? List its various types.
did u received a single file or multiple files
what exactly u write in when_new_form_instance
What is responsibility and how u attach How to create user and how u attach with responsibility.
Explain how can you use the same lov for 2 columns?
a text item is there what r the different types of triggers associated with it
What are the various configuration files that are used by oracle forms?
what is the difference between call_form, new_form and open_form?
How can we generate report output in excel format?
What is a user exit program in oracle reports?
i am writing a query select EmpNo from Emp how can i call in after parameter form
Is it possible to execute a dynamic sql from forms?
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
List out the oracle forms configuration files?
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