Can you attach an lov to a field at design time?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do u place it in required folder

1478


why the Ctl file u put only in bin folder why not in other folder

1600


What is a matrix report and how many minimum groups are required to prepare the same?

552


Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.

1696


how to send file attachment from oracle forms

2139






hiding item in report how like that properly,thats manually but at runtime i want to do

2554


can you convert or reverse engineer a fmx back to a fmb file?

708


What is responsibility and how u attach How to create user and how u attach with responsibility.

1623


Is it possible to execute a dynamic sql from forms?

599


if u want to delete all these detail block etc what will happen in form

1477


Is it possible to have multiple layouts in a report?

574


what is oracle forms?

601


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

2466


difference between global n context sensitive segments?

2208


Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1863