Hi everyone.
I have a project in which I'm using TTX (ADO Data Definition) files as a table source and passing the report ADO Recordsets using
I would like to give the user an interface to tweak the data that was stored in the recordset, update the recordset, pass it back to the report, and update the report in real time.
I have had some success with this but it is unreliable, crashing sometimes for no apparent reason, or getting Out Of Memory Errors (ONE of the major problems I have with Crystal Reports) for no apparent reason either.
Does anyone have experience with this and know a solution?
Thanks in advance.
--NipsMG
I have a project in which I'm using TTX (ADO Data Definition) files as a table source and passing the report ADO Recordsets using
Code:
Report.Database.Tables(x).SetDataSource rstRecordset, 3
I would like to give the user an interface to tweak the data that was stored in the recordset, update the recordset, pass it back to the report, and update the report in real time.
I have had some success with this but it is unreliable, crashing sometimes for no apparent reason, or getting Out Of Memory Errors (ONE of the major problems I have with Crystal Reports) for no apparent reason either.
Does anyone have experience with this and know a solution?
Thanks in advance.
--NipsMG