Jump to content


array81

Member Since 15 Feb 2010
Offline Last Active Mar 03 2019 01:51 AM
-----

Posts I've Made

In Topic: AsFloat bug on text columb

27 February 2019 - 05:21 PM

I will fix it. I understand now.

Do you have a ETA?

Because I have replace all my NextGrid 5 with NextGrid 6 on my project and now I cannot continue my work.


In Topic: AsFloat bug on text columb

27 February 2019 - 01:18 AM

On TNxTextColumn6 this works:

myGrid.Cell[0, 0].AsString := FloatToStr(myFloat);

 

but this NOT works (the cell is empty):

myGrid.Cell[0, 0].AsFloat := myFloat;