Can you attach an lov to a field at design time?
Answer / anil_abbireddy
pl/sql code in key-next-item or choose any other trigger
when u want to raise the lov
declare
x boolean;
begin
x:=show_lov('lov_name')
end;
| Is This Answer Correct ? | 3 Yes | 0 No |
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
what exactly u write in when_new_form_instance
How many Flexfields are there in AR and what are they ?
Does a grouping done for objects in the layout editor affect the grouping done in the datamodel editor?
how to pass 2 variables from one form to other form
What is an oracle report?
Can a formula column be obtained through a select statement?
how to load data into base tables
What are the types of TRIGGERS ?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
can you convert or reverse engineer a fmx back to a fmb file?