Javier,

Don't know if you are still working this.
Funny thing I'm working on a project with long DOUBLE numbers as well.

Since you mention it's a computed column, that means you don't interact
with it, just display. 

So add another TEXT (20) column to your table.
Set it as a computed column and add this
(FORMAT(YourOtherComupetedColumn,'99.000'))

I just tried this and it worked.

Jan

-----Original Message-----
From: "Javier Valencia" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 26 Mar 2013 19:56:46 -0500
Subject: [RBASE-L] - Formatting numbers in Enhanced grid.

> I am using an enhanced grid in a form and one of the field is a
> computed
> column type Double. While I need as many decimals as possible for other
> calculations, in the enhanced grid I would like to display only 3
> decimal
> places. I have looked all over and I am not able to find a place where
> a
> format can be used in an enhanced grid column. Is this feature
> available in
> grids or a workaround for this situation.
> Any help will be appreciated.
> 
> Javier,
> 
> Javier Valencia, PE
> O: 913-829-0888
> H: 913-397-9605
> C: 913-915-3137
> 
> 


Reply via email to