Subject | Re: [IBO] Zero suppressing input fields |
---|---|
Author | Aage Johansen |
Post date | 2004-03-22T19:20:57Z |
On Mon, 22 Mar 2004 17:14:56 +0000 (UTC), Kevin Stanton wrote:
If the field is Null, it should appear as empty.
Maybe you could (in some event/trigger) change the zeros to Nulls?
--
Aage J.
> I have a situation that my users are kind of complaining about (not kind of,If the value is zero, it should show as zero.
> they are complaining) :
> Using the IBO Native controls, if a value in a currency/numeric field is
> zero, a zero shows in the TIB_Edit control.
> The way some of my users click around, they can easily enter $3000 instead
> of what they really want: $300.
> Is there a way to suppress/remove this zero from showing up??
If the field is Null, it should appear as empty.
Maybe you could (in some event/trigger) change the zeros to Nulls?
--
Aage J.