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 |
What does the term panel refer to with regard to pages?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
What is an User_exit?
What are the different types of Record Groups?
EXIT_FORM is a restricted package procedure ?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.
What is the advantage of the library?
List the windows event triggers available in Forms 4.0?
What are the unrestricted procedures used to change the popup screen position during run time ?
i want print character reports in 10g application reports pl help me my id is yoga.roh@gmail.com