Subject Re: [IBO] Re: Problem with IB_Currency and negatives values
Author Helen Borrie
At 02:28 AM 9/12/2010, you wrote:
>Anyone?
>
>2010/12/7 Andrei Luís <compuvale.software@...>:
>> Hello,
>>
>> I'm having problem when I try to enter a negative value in IB_Currency
>> that is between -0.01 and -0.99, when I press the 0 (zero) key, the
>> minus operator disapear!??? This happens only with values in this
>> range, with values -1.00 and lower there is no problem.

I wondered what you were talking about here:

>If I use an > IB_Edit the problem don't occurr. In IB_Query, displayformat is
>> ###,###,##0.00 for this field, in IB_Currency I leave displayformat blank.

DisplayFormat for IB_Datasets is set in the dataset object, not the control, so the same DisplayFormat should work for the field in either control.

Also, do you have the ColumnAttributes "Currency" attribute set for that field?

HB