I want to use list options as written in the manual.
I use the sample:
select * from emp
where deptno = &
order by ename
with results in a errorbox.
With the message:
Department number: Descriptive list requiers a even number of items: Desclist = Value,description,value, description
Is the sample wrong or is it i'm doing wrong?
I use the sample:
select * from emp
where deptno = &
order by ename
with results in a errorbox.
With the message:
Department number: Descriptive list requiers a even number of items: Desclist = Value,description,value, description
Is the sample wrong or is it i'm doing wrong?