Hi everybody

I have a small problem with a report I have in CRXII.
So I have a command button that calculate some things and store the result in a table of my SQL Server.
The report retrieves the data from the table and displays them.
All fine so far.
When I calculate again the new data stored in the table again correctly but the report sow the old data. Only if I exit the application and insert again it sow the new result.

Why?