Re: List of values with Oracle Forms 3.0

From: Emil Hahn Pedersen <ehp_at_ramboll.dk>
Date: 1996/12/05
Message-ID: <01bbe29c$dfdb7e20$fb2b58c1_at_EHP-nummer.ramboll.dk>#1/1


Sure!

Instead of specifying at select .. from table as source to your listbox you can make a select
like this:

select 'list of val.1'
into <listbox.field>
from dual
union
select 'list of val. 2'
from dual
union
select 'list of val. 3'
from dual

and so on.

-- 
Yours faithfully

Emil Hahn Pedersen
ehp_at_ramboll.dk

Richard Swen <rswen_at_qualcomm.com> wrote in article
<32A5E089.668_at_qualcomm.com>...

> Is there a way to get a list of values with out having a look
> up table.
>
> Thank you,
> Richard Swen
>
Received on Thu Dec 05 1996 - 00:00:00 CET

Original text of this message