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 |
Where we can use the placeholder columns?
List out the oracle forms configuration files?
What package procedure is used for calling another form ?
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
What is the use of Validation triggers in Reports?
What are all the system Parameters available in ORACLE Reports
in before report trigger SRW.user_exit(FND_Userinit) what will do
Give the sequence of execution of the various report triggers?
How to create Drill down report?
What are the difference between lov & list item?
Can you mention lexical parameter in select statement in the data model?