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!

CRViewer Report Source Problem

Status
Not open for further replies.

Wardy123

Programmer
May 19, 2000
1
GB
I have written some code in VB that assigns a report object to the ReportSource property of a CRViewer. When I try to assign a report object to the ReportSource more than once, without unloading the form, as soon as I execute CRviewer.ViewReport, I get Memory Full error.<br><br>I need to know why this happens, and how I can get round it
 
Did you find a solution to your problem? I'm in a similar situation.

/Joacim Gustavsson
 
Well the Reportsource property probally can only be assinged one object at a time. Try setting the reportsource = &quot;&quot; or reportsource = nothing. This might clear the property and then you can reassign it with out unloading the form object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top