rtalmeida Posted April 14, 2017 Posted April 14, 2017 How can I do to format numeric fields in unidbgrid? Quote
Sherzod Posted April 14, 2017 Posted April 14, 2017 Hi, You can use TField -> DisplayFormat property Best regards. Quote
itognet Posted April 16, 2017 Posted April 16, 2017 UniDBGrid1 OnColumnFilter if Column.Index = 1 then Column.Field.NewValue := format('Number = %n', [Column.Field.Value]); Quote
Abaksoft Posted May 20, 2017 Posted May 20, 2017 As DD mentioned it : On your DataSet property : DisplayFormat : #,#0.00 Regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.