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

    no default printer error running report from ASP

    The .dll was our own one with our code to print the report.
  2. BlackSneak

    no default printer error running report from ASP

    I finally figured it out: All we needed to do was add the .dll into COM+ services. After that it worked fine.
  3. BlackSneak

    no default printer error running report from ASP

    We've got a dll that references the crystal 8.0 report objects, and we're calling it from ASP in Win2K. Nothing prints and we get a "no default printer" (20526) error back. We've tried: 1) changing the anonymous user in IIs to being a domain user who has printers set up. 2) giving the...
  4. BlackSneak

    SQL -- > VB -- > Crystal Report

    My example assumes you're using the automation server: Dim DbTables As CRPEAuto.DatabaseTables Dim DbTable As CRPEAuto.DatabaseTable Dim Db As CRPEAuto.Database Dim Report as CRPEAuto.Report Dim StockDB as DAO.Database 'or ADO, etc. Dim RecordSet as DAO.Recordset 'or ADO, etc. Set Db =...
  5. BlackSneak

    Divide error when compiling from the command line

    Figured it out : The [HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0] "Tool" key contains hex values for the custom tab names. 1) Export this key as a registry file. 2) Remove the tabs programmatically by deleting the Tool key (using an API) 3) run the compile 4) shell to the...
  6. BlackSneak

    Divide error when compiling from the command line

    I am trying to compile a VB6 app from the command line. I have VB6.exe /make <programName>.vbp /out errors.txt where <programName> is the name of my project. When I run this, I get a divide error. Microsoft knowledge base says the problem is caused by custom &quot;tabs&quot; on VB6 IDE's...
  7. BlackSneak

    Passing a Graphic to a report using a ttx file. 20527 error.

    I store a graphic (a bitmap) in a MS Access 97 database that I want to put on a report. If I add the database to the report as an Access database, the graphic prints. However, I really need to use a ttx file and pass in a recordset from the front-end app, which contains a subset of the fields...
  8. BlackSneak

    Generic Text Printer steals some fields!!!

    I had a problem like this once. I found if I cut and paste the field that wasn't appearing, it would magically appear.
  9. BlackSneak

    Verify Database In RunTime

    Just remember that verifying through code does not work properly. In talking to Seagate via Answers by Email, we found out that the verify code doesn't work properly. The code to check if there are database differences works fine, but the actual verify does not.

Part and Inventory Search

Back
Top