Grids not displaying decimals, and behaving differently on different PCs?

Posted on 16th Feb 2014 by admin

Hello,

I coded a relatively simple MII application that allows data from a form to be added to a display grid and database. A user notified me that she "couldn't get data in"--I verified that the data was in fact going into the database even though it wasn't being displayed, and after some trial and error I determined that rows with all numbers without decimals would show, but any number with decimals would prevent the row from displaying.

And the strange thing is that the exact same application, with the exact same data, works fine on my own PC. When I enter the specific data the user was trying to put in, not only do I see my own row appear in the grid, but I see all the rows she had put in (this is how the system should correctly work).

Does anyone know why a display grid wouldn't like decimals, and/or why the application works fine on some PCs but not on others?

Let me stress, this is a very simple application. It's really just a grid and a form, with MII queries (that test fine) behind the scenes.

Thanks

Other forums