Hi again all
I am using a Data Report in my program. The theory behind it is that the user fills in a whole lot of information on a form (for a quote) - which is written back to a table in SQL. The Data Report is then shown with the information on it returned from SQL.
The problem arises when the user goes back to the form and wants to change information for the quote. The information is saved successfully back to SQL but the update is not reflected on the data report. I am connecting to SQL with a data environment within the project and have done things like changed my SP's properties to Use Server Side Cursors with a Dynamic Cursor but to no avail.
Advice please
The Craftor

I am using a Data Report in my program. The theory behind it is that the user fills in a whole lot of information on a form (for a quote) - which is written back to a table in SQL. The Data Report is then shown with the information on it returned from SQL.
The problem arises when the user goes back to the form and wants to change information for the quote. The information is saved successfully back to SQL but the update is not reflected on the data report. I am connecting to SQL with a data environment within the project and have done things like changed my SP's properties to Use Server Side Cursors with a Dynamic Cursor but to no avail.
Advice please
The Craftor