How to change maximise or minimise the window in forms
Answer Posted / 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 |
Post New Answer View All Answers
what are bind variables?
What are the various configuration files that are used by oracle forms?
what exactly u write in when_new_form_instance
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What do you understand by lov and how can it be used?
Why oracle forms required?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
Name the different triggers supported by oracle reports and their firing order.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What is responsibility and how u attach How to create user and how u attach with responsibility.
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
difference between global n context sensitive segments?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?