Re: WebDB: what mask for minus?

From: Brian Everett <brian.everett01_at_home.com>
Date: 2000/07/29
Message-ID: <pma4osk1itv3qkfj8m9eu14d4omg80p7nj_at_4ax.com>#1/1


You might try to base your form on a view that uses the decode function in the slect statement.

select decode(number < 0 ,'(-)' || abs(number), number) from mytable;

You get the idea. I can't test it.

On Fri, 28 Jul 2000 14:07:38 GMT, pojpl_at_ais.ucla.edu (Jim Lewis) wrote:

>Anyone know what WebDB format mask to use to have negative numbers
>appear in parentheses rather than with a minus sign?
>
>
Received on Sat Jul 29 2000 - 00:00:00 CEST

Original text of this message