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 |
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
What is summary column in Oracle Reports ?
How to create Drill down report?
How to call Report from other Report ?
I developed on form as per my requirement,and register that one in apps custom_top.But the problem is ,if you open the form but not closed,I founded why this is error is comming ,the custom_top is not supported my form . I need any one your help in advicing me...what I do the custom_top supported the forms.
Can a property clause itself be based on a property clause?
What is a Non Query Record Group?
What is the usage of the confine mode in Layout Editor ?
What are the triggers available in the reports?
How many types of trigger can be used in a table at a time ?
What is the usage of the Flex mode in Layout Editor ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed