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!

Search results for query: *

  1. jduckwo

    Current Procedure

    Thanks's anyway. :) Jake
  2. jduckwo

    VB 6 Project won't compile.

    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...
  3. jduckwo

    Current Procedure

    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...
  4. jduckwo

    Current Procedure

    I hope so too, I just thought that there might be an undocumented function or dll that someone has found that I could use. Jake
  5. jduckwo

    Incompatibilities between packaged projects

    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...
  6. jduckwo

    Current Procedure

    Is there any way (object, api, etc.) to determine the name of the current procedure at runtime?
  7. jduckwo

    Cannot Initialize Data Bindings Error

    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...
  8. jduckwo

    Cannot Initialize Data Bindings Error

    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...
  9. jduckwo

    Reporting from Stored Procedures

    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
  10. jduckwo

    Reporting from Stored Procedures

    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...
  11. jduckwo

    Reporting from Stored Procedures

    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...

Part and Inventory Search

Back
Top