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...
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 =...
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...
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 "tabs" on VB6 IDE's...
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...
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.
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.