Subject Re: Problem entering currency
Author Marco Menardi
Are you using IB_Currency? If so, have you defined DisplayField
property at domain level to something like ',.00'?
Regards
Marco Menardi

--- In IBObjects@y..., slsolutions2000@y... wrote:
> Hello:
>
> I am having a strange problem. I have a query with 2 fields I want
> to treat as currency. I set up a domain as:
>
> DMCURRENCY AS NUMERIC(9,2) DEFAULT 0 NOT NULL;
>
> All seems to work fine except I can no longer enter a decimal point.
>
> Before adding the domain I could enter 12.34, now I can only enter
> whole numbers.
>
> Thanks