Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating data in a report generated w/ ADO/TTX dynamically..

Status
Not open for further replies.

NipsMG

Programmer
Dec 27, 2000
215
US
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
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top