Home » Developer & Programmer » Forms » Associating LOV Programmaticaly
Associating LOV Programmaticaly [message #86953] Tue, 23 November 2004 17:52 Go to next message
orcl_dev
Messages: 14
Registered: November 2004
Junior Member
Hi to all of you..

i have seen and searched through this forum before..

well my problem is that ihave created a table called book

containg book id, book name , and author..

i have placed text items on layout editor and created a record group which retireve all the book ids

then icreted LOV and associate itwith the above record group through property pellete..

Now in the Key next item event trigger of that bookid text item

i wrote a code

Declare
 val boolean;

Begin

val :=show_LOV('LV14');

GO_item('BKNAME');

End;

 

i dont know why it is not showing me the lov when i press enter..

when i wrtie the same code in the KEY ENTER trigger even then its not happening

 

but

on pressing enter it does move to next item...

i have put the  property of datablock  to NO which say that .

database item...yes or no ,,

and watelse i have to do. ifeel i m doinganythin wrong to crete the forms manually

they are workign well when creted through a wizard but ...

 

what is the science behind it plz tell me ?

thnx alot need urgent reply
Re: Associating LOV Programmaticaly [message #86956 is a reply to message #86953] Tue, 23 November 2004 23:19 Go to previous message
aditya gangadharam
Messages: 15
Registered: September 2004
Junior Member
hi orcl_dev,

just use the same in the Post-text-item;
u will get the result.

take care
bye
Previous Topic: Formatting Excel Sheet thru Oracle Forms
Next Topic: An Error cannot understand why? VERY URGENT
Goto Forum:
  


Current Time: Sat Sep 07 15:45:26 CDT 2024