Re: How format float in TDBText using ADO??



ZEN wrote:

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

Neither did Mike in his example. With persistent field objects the code
would be:

yourADODatasetyourFieldName.DisplayFormat := ',0.00';

--
Bill Todd (TeamB)

.