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 |
how to pass 2 variables from one form to other form
How many types of trigger can be used in a table at a time ?
What is the built-in used to get and set lov properties during run-time?
What is the built_in routine used to count the no of rows in a group?
What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
What are the built-ins used for Getting cell values?
What is a list item?
what is integrity n how many integrity rules r there?
What are the various configuration files that are used by oracle forms?
What is lexical reference?How can it be created?
Can we use bulk collect in oracle forms if yes then how?
from where do u receive the information to develop report