Home » Developer & Programmer » Forms » LOV on forms module
LOV on forms module [message #111343] Tue, 15 March 2005 13:20
bpham
Messages: 6
Registered: March 2005
Junior Member
I'm just a beginner of oracle developer, can anyone please help me with this ASAP. Thanks in advance!

I created an LOV on a form module. I set the LOV
properties of Filter Before Display to NO, then I got
error of "Oracle error: unable to read list of
values."
If I set it back to YES, then the LOV window popup but
there are no data(values), just my column name, but no
row of values.

Here is my query from Record Group:
SELECT description
FROM c_un_waitlist_reason
ORDER BY description

The return and assign values of LOV
was blockname as cg$ctrl
and item as note

And I have a trigger of WHEN-BUTTON-PRESSED as
Begin
go_item('cg$ctrl.note');
display_lov;
end;

bp

Previous Topic: redirect the cursor to forms
Next Topic: FORM-SCROLLBAR
Goto Forum:
  


Current Time: Thu Sep 19 18:10:46 CDT 2024