Re: datagrid: how to apply a numberFormat to a column?

2011-08-02 Thread JosepM
Hi, I still can't find a solution to this problem. Someone has the same issue? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3713612.html Sent from the Revolution - User mailing list

Re: datagrid: how to apply a numberFormat to a column?

2011-08-02 Thread Pete
How are you loading from the database? Almost sounds like the FillInData handler is not being executed. If it is, not sure why the numberFormat isn't working. Only other thing I can think of is: set the text of field 1 of me to round(pdata,2) Pete Molly's Revenge http://www.mollysrevenge.com

Re: datagrid: how to apply a numberFormat to a column?

2011-04-07 Thread zryip theSlug
On Mon, Apr 4, 2011 at 2:16 PM, JosepM jmye...@mac.com wrote: I'm trying to apply a numberFormat to a column but nothing change. In the database I have 4 decimals but I want to show only 2. Into the FillData I put: set the numberFormat to #.00 Hi Josep, Have a look to numberFormat in the

Re: datagrid: how to apply a numberFormat to a column?

2011-04-07 Thread JosepM
Yes, I'm doing this but nothing of nothing... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3434246.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: datagrid: how to apply a numberFormat to a column?

2011-04-06 Thread JosepM
I don't found a solution for this... any help or idea? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3431149.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: datagrid: how to apply a numberFormat to a column?

2011-04-05 Thread JosepM
Yes. If I add a new row the numberFormat is applied but not if I load from the database. Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-how-to-apply-a-numberFormat-to-a-column-tp3425298p3427533.html Sent from the Revolution - User mailing

datagrid: how to apply a numberFormat to a column?

2011-04-04 Thread JosepM
Hi, I'm trying to apply a numberFormat to a column but nothing change. In the database I have 4 decimals but I want to show only 2. Into the FillData I put: set the numberFormat to #.00 Salut, Josep M -- View this message in context:

Re: datagrid: how to apply a numberFormat to a column?

2011-04-04 Thread Bob Sneidar
Even after you refresh the datagrid? Bob On Apr 4, 2011, at 5:16 AM, JosepM wrote: Hi, I'm trying to apply a numberFormat to a column but nothing change. In the database I have 4 decimals but I want to show only 2. Into the FillData I put: set the numberFormat to #.00 Salut,