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

Where we can use the placeholder columns?

1 Answers   GE,


List out the oracle forms configuration files?

1 Answers  


What package procedure is used for calling another form ?

3 Answers  


WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?

1 Answers   TATA, TCS,


If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?

1 Answers  


What is the use of Validation triggers in Reports?

2 Answers   GE,


What are all the system Parameters available in ORACLE Reports

1 Answers   GE,


in before report trigger SRW.user_exit(FND_Userinit) what will do

3 Answers  


Give the sequence of execution of the various report triggers?

1 Answers  


How to create Drill down report?

1 Answers   ABB, ESS, Infosys,


What are the difference between lov & list item?

1 Answers   ESS,


Can you mention lexical parameter in select statement in the data model?

1 Answers   Zensar,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)