How to change maximise or minimise the window in forms

Answers were Sorted based on User's Feedback



How to change maximise or minimise the window in forms..

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

How to change maximise or minimise the window in forms..

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

How to change maximise or minimise the window in forms..

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

How to change maximise or minimise the window in forms..

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

Post New Answer

More Oracle Forms Reports Interview Questions

What are the display styles of an alert?

1 Answers  


How image_items can be populate to field in forms 4.0?

1 Answers  


How we can migrate the 6i report to 10g reports. What steps need to reuired?

2 Answers   ABC,


suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?

2 Answers   Oasis,


What triggers are associated with the radio group?

1 Answers  






Where we can use the placeholder columns?

1 Answers   GE,


Where is the external query executed at the client or the server?

2 Answers   Wipro,


explain about content canvas views?

1 Answers  


What are the different types of Record Groups?

1 Answers  


What is the usage of the Flex mode in Layout Editor ?

2 Answers   Convergys,


how to hide the scroll bar in forms 6i

2 Answers  


how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)