Hello all,
I'm looking for some ideas for a problem that has just manifested itself. I have a CR that worked perfectly fine yesterday. Today I made some changes to it, basically overhauling data elements. When I open my project using VB, and run the report, it works.
If I close the app to make a change to the report, say add a txtobject, then run the app and the report, I get an 'Error 28 Out of Stack Space - the vb modulename'. If I close this, shut down the app, re-run it and then the report, it just blows up VB. If I keep the app open I can run the report over and over.
The code it apparently doesn't like is:
crReport.Database.SetDataSource mrsDataSet 'set rs to data source
Which is in my module that gets the data ready before sending to the print preview form.
All of my other CR's work perfectly fine.
Any thoughts/ideas are greatly appreciated.
I'm looking for some ideas for a problem that has just manifested itself. I have a CR that worked perfectly fine yesterday. Today I made some changes to it, basically overhauling data elements. When I open my project using VB, and run the report, it works.
If I close the app to make a change to the report, say add a txtobject, then run the app and the report, I get an 'Error 28 Out of Stack Space - the vb modulename'. If I close this, shut down the app, re-run it and then the report, it just blows up VB. If I keep the app open I can run the report over and over.
The code it apparently doesn't like is:
crReport.Database.SetDataSource mrsDataSet 'set rs to data source
Which is in my module that gets the data ready before sending to the print preview form.
All of my other CR's work perfectly fine.
Any thoughts/ideas are greatly appreciated.