List Of Value Using The KEY-F9 Trigger [message #337668] |
Thu, 31 July 2008 10:12 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Hi,
I need help for the LOV display.
I using the two type of function in the entry screen they were each one contain different LOV's.
I want to display the LOV through trigger of KEY-F9 and Writed trigger given below.
If Substr(:Pmlmain.Pmlnumber,3,3) not in ('506') Then
Declare
KK Boolean;
Begin
KK := Show_Lov('LOVPART');
End;
Else
Declare
KK Boolean;
Begin
KK := Show_Lov('LOVSUP');
End;
End if;
During the Entry time the error Display has
FRM-41800. List of Value not available for this Field
Please give me the solution for this.
Thanking You.
CVS
|
|
|
|
|
|