How to change maximise or minimise the window in forms
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / parthiv
its not necessary..whether
set_window_property('name_of_window',window_state,maximize) is in upper case or lower case...
actually both upper and lower allowed
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vaibhav khandelwal
By change the maximize allowed and minimize allowed
property in property pallete of window,
| Is This Answer Correct ? | 0 Yes | 1 No |
What is a physical page ? & What is a logical page ?
Which of the two views should objects according to possession?
Name the different triggers associated with oracle forms having a master-detail relationship.
What is an Alert?
can i write commit in Before report trigger
Is it possible to execute a dynamic sql from forms?
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
Could u tell me, u work as a support & maintenace when sub ledger and gl is mismatch, then how do u match with the both side/
How can you format a character field in a report Layout editor ?
How we can migrate the 6i report to 10g reports. What steps need to reuired?
What is the built_in routine used to count the no of rows in a group?
What is the main difference between Reports 2.0 & Reports 2.5?