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 the difference between call_form, new_form and open_form?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
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?
How to create Drill down report?
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
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
Explain the various types of oracle report?
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
hiding item in report how like that properly,thats manually but at runtime i want to do
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
all steps of bitmap report?
What is the difference between bind and lexical parameter?
Name the different triggers supported by oracle reports and their firing order.
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?