I have a grid with about 10 columns all linked to the temp table via the Datasource and Field properties in the grid columns. When I execute the query on the datasource, I get 8 of the columns filled in with data but the last two are zeros. When I debug, I can see that the data is being formatted into those fields on the table.
I put a while select loop at the bottom of my method that formats the data into the table just after the datasource.executequery call. In the while loop, I just print of all the records to the screen that are in the table. It displays the data from the columns in question and they are correct. Then when the grid appears those columns are now filled in with data and not zeros.
Why would this act this way? Its very frustrating. I am using Dynamics AX 4 sp1. Don't bother telling me to upgrade because that won't be happening for a while. Thanks in advance for any ideas.
*This post is locked for comments
I have the same question (0)