Re: How format float in TDBText using ADO??



But I don't use persistent fields.
There other solution??

Anyway, thanks...
Heraldo



"Mike Shkolnik" <mshkolnik2002@xxxxxxx> wrote in message
news:4337fe9f$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> (yourADODataset.FieldByName('yourFieldName') as
> TNumericField).DisplayFormat
> := ',0.00';
> The same property (DisplayFormat) you may define in Object Inspector for
> your field
>
> --
> With best regards, Mike Shkolnik
> EMail: mshkolnik@xxxxxxxxxxxxx
> http://www.scalabium.com
>
> "ZEN" <projetos@xxxxxxxxxxxxxxxxx> wrote in message
> news:4337f784@xxxxxxxxxxxxxxxxxxxxxxxxx
>> I want show 1234 as 1,234.00
>>
>> Its desireable respect the control panel settings.
>> Seems so simple!
>>
>> I already look for this matter on the internet but.....
>>
>>
>> Thanks
>>
>> Heraldo
>>
>>
>
>


.