Re: Forms 6i question

From: J Alex <jalexanderssd_at_yahoo.com>
Date: Sun, 23 Feb 2003 19:44:54 GMT
Message-ID: <Ww96a.30994$0n2.454466_at_twister.tampabay.rr.com>


"Luciano" <luciano.kienolt_at_volkswagen.com.br> wrote
> Hi,
>
> I have a table and I want to display it in a bidimensional way.
>
> Like:
>
> Table A with the fields:
>
> Factory varchar2(02)
> key varchar2(10)
> date date
> week number(02)
> year number(04)
> qty number(12,2)
>
> My screen :
>
> WEEK/YEAR WEEK/YEAR WEEK/YEAR WEEK/YEAR
.....
> 02/2003 03/2003 04/2003 05/2003
....
>
> key date week QTY QTY .....
>
> 010203 21/12/2002 52 200 300 .....
> 040506 02/01/2003 01 5 25 .....
> . . . . .
> . . . .
> . . . .
> . . . .
>
>
> Can someone give me a light ???
>
Blocks based on package procedures are exactly what you need in this situation. Here's a link to a sample:

http://www.summitsoftwaredesign.com/articles/article11.html Received on Sun Feb 23 2003 - 20:44:54 CET

Original text of this message