Question
Is this a bug in queryconvertforgrid
queryconvertforgrid is trimming the leading zeros from
returned query! Especially when I’m binding it with CFC.
When I run in debug mode I can see my numeric field “File Number” in this case trimmed and also there is a decimal separator.
The database variable type is varchar and most data starting with zeros. Is there anybody know what is going on?
I believe the grid should show the data as is without formatting to different format unless directed to.
When I run in debug mode I can see my numeric field “File Number” in this case trimmed and also there is a decimal separator.
The database variable type is varchar and most data starting with zeros. Is there anybody know what is going on?
I believe the grid should show the data as is without formatting to different format unless directed to.