Home » Developer & Programmer » Forms » LOV {OK} Button Value Into Form
LOV {OK} Button Value Into Form [message #606711] Tue, 28 January 2014 05:49 Go to next message
jineesh
Messages: 14
Registered: January 2014
Junior Member
LOV {OK} Button Value Into Form .
Re: LOV {OK} Button Value Into Form [message #606713 is a reply to message #606711] Tue, 28 January 2014 06:07 Go to previous messageGo to next message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Is this a question? If so, I don't understand it.
Re: LOV {OK} Button Value Into Form [message #606755 is a reply to message #606713] Tue, 28 January 2014 20:28 Go to previous messageGo to next message
jineesh
Messages: 14
Registered: January 2014
Junior Member
sorry its message posting issue.


my question is , how can I get List of Value box OK Button Value into form. Why because as per list of value selected .I have to call one more form from there otherwise I have to exit from the list of values.
Re: LOV {OK} Button Value Into Form [message #606756 is a reply to message #606755] Tue, 28 January 2014 21:34 Go to previous message
jineesh
Messages: 14
Registered: January 2014
Junior Member
Answer

DECLARE

v_Show_Lov BOOLEAN;

BEGIN
v_Show_Lov:=Show_Lov('LOV NAME');

If NOT v_Show_Lov THEN
Message('You have not selected a value.');
RAISE Form_Trigger_Failure;
End If;
END;
Previous Topic: User getting 'FRM-40505: unable to perform query' error while testing
Next Topic: how to remove special characters from oracle forms fields?
Goto Forum:
  


Current Time: Fri Apr 26 07:09:31 CDT 2024