You might also want to check your project references/components. If you see anything that says "Missing" next to it, you will need to uncheck that item, close the references/components window, reopen the window, then find the object and reselect it. Most likely a component got compiled...
I hope you can find it, it would be greatly appreciated.
I can do it manually by creating my own call stack object, but when you have 20 activeX dll's and over 100 forms in your project, alot of re-coding would be needed to implement that kind of feature, and I don't have that much time...
In project1 you placed the Commontools.dll (v1.1.0.4) in the same directory you installed your application in (app.path), and it was then registered to point to the app.path location when your program needed to use that dll.
In project2 you placed the Commontools.dll (v1.0.0.0) in the windows...
One of my clients gets the following error:
"cannot initialize data bindings"
when trying to load my program. I am assigning a disconnected recordset to
the Microsoft DataGrid Control DataSource property in VB6.0. I cannot reproduce the error and
I was wondering if anyone had any ideas...
One of my clients gets the following error:
"cannot initialize data bindings"
when trying to load my program. I am assigning a disconnected recordset to
the Microsoft DataGrid Control DataSource property in VB6.0. I cannot reproduce the error and
I was wondering if anyone had any ideas...
I found my problem. I wasn't setting NOCOUNT ON at the beginning of the SP, so the count messages for the inserts were throwing Crystal off. Thanks for your help! :)
Jake Duckworth
Senior Programmer
Yes I can Execute my SP from Query Analyzer, and it returns the proper recordset. I thought Crystal could report off of the temp tables as well, but I am still not getting any data. Here is the format my SP is in. May be you can see where it might be screwed up.
CREATE PROCEDURE...
I am creating a temp table in a Microsoft SQL Server 7 Stored Procedure (SP), populating it, and trying to return a recordset for the temp table from the SP for Crystal Reports to report off of. My report is not returning any data. Am I returning the recordset from the SP incorrectly or can I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.