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 |
Can you truncate a table in a procedure in Oracle Forms?
List system variables available in forms 4.0, and not available in forms ?
How to create LOV in Oracle forms?
What is a user exit program in oracle reports?
Can we invoke one form from another in a multi-forms application?
can you convert or reverse engineer a fmx back to a fmb file?
What is a master detail relationship?
What is a Text_io Package?
Explain the various types of oracle report?
How cost of one Forms created & Report Created?
What is the built-in used to get and set lov properties during run-time?
What is the basic data structure that is required for creating an LOV?