Associating LOV Programmaticaly [message #86953] |
Tue, 23 November 2004 17:52 |
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
|
|
|
|