Re: Oracle Forms

From: Damian Lewandowski <Damian.Lewandowski_at_comarch.pl>
Date: Fri, 24 Dec 1999 07:59:29 GMT
Message-ID: <3863267B.8AA87CBE_at_comarch.pl>


Joćo Santos Jorge napisa³:
>
> Hallo!
>
> I'm using Oracle Forms to show information stored in a database and being
> able to update it. This Database gets information from a data warehouse
> system.
>
> The problem is that the information that operators want to see in the forms
> is the symmetric (multiplied by -1) of the information stored by the data
> warehouse system.
>
> Is there anyway to make this possible at the Form level.
>
> Can someone help me?
> Thank you in advance.

another solution:
1. set form's 'Query Data Source Type' property to 'FROM clause query' 2. write your select statement in 'Query Data Source Name' property (eg. select a*(-1) from b)

damian Received on Fri Dec 24 1999 - 08:59:29 CET

Original text of this message