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 Mike Lewis 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. polyquoter

    Crystal Reports Error 500 when printing

    I have a problem with Crystal Reports version 8.5 which is run from a program using Progress 9.1D. I have a computer running windows 2000 with 3 printers connected to it an HP Deskjet and two Epson LQ-570E printers. One of the Epson printers prints tractor fed oversized index cards and the...
  2. polyquoter

    MAPI error 32002 Unspecified failure has occurred

    To correct this problem you have to make sure that you put in a line like: MAPIMessage.MsgNoteText = " " That MsgNoteText has to be set to at least a blank space - that seems to do the trick and then the user can type whatever they want to as the note text once the email is brought...
  3. polyquoter

    MAPI error 32002 Unspecified failure has occurred

    To correct this problem you have to make sure that you put in a line like: MAPIMessage.MsgNoteText = " " That MsgNoteText has to be set to at least a blank space - that seems to do the trick and then the user can type whatever they want to as the note text once the email is brought...
  4. polyquoter

    VB Version 6.0 - how do I put my program on the Web?

    What we really want is for certain Sales Reps to be able to gain access from their internet connection and place orders into our system. Some of them have Mac's and not windows so we felt this would be a way to overcome the Mac thing. No we don't want the whole world to have access - just 20...
  5. polyquoter

    VB Version 6.0 - how do I put my program on the Web?

    These are some great options that you've give me this morning. I'm working with an NT server guru so I'm going to share this with him. We will be partners in this venture anyway. Thank you very much.
  6. polyquoter

    VB Version 6.0 - how do I put my program on the Web?

    I've written an executable in VB version 6.0 - the Enterprise edition is what I have. This program uses Access databases and some crystal reports. Now my client would like to make this program or a version of it run on the internet. I'm having trouble finding out how to do this or where to...
  7. polyquoter

    What are the fixed-pitch fonts?

    Does anyone know what all the fixed-pitch fonts are? I know that Courier is a fixed-pitch font but I don't know what the others are. Thank you.
  8. polyquoter

    What 32-bit DLL files are needed for MAPI?

    Does anyone know what 32-bit DLL files are needed to run MAPI sessions and controls from VB6? My client is running Outlook on an Exchange server and my code cannot successfully execute the "send" command then there's an address list and attachment being sent from VB6. The code works...
  9. polyquoter

    MAPI error 32002 Unspecified failure has occurred

    I'm trying to send an email with an address and attachment from VB6. It works fine from my workstation which is running Outlook Express through a dial up connection. It does not work for my client who is running Outlook (not Outlook Express) on a NT network. The code below fails on the...
  10. polyquoter

    Want to export, change file permissions at DOS, then Email it

    I am using VB6 with Crystal Reports Version 7. I'm exporting a report to a Rich Text File (RTF) and then e-mailing it as an attachment. Do you know what kind of an OS call I could make from VB6 to write protect this file before it is sent off in the E-mail? I'm just not sure how to export the...
  11. polyquoter

    Want to write-protect an exported Crystal Report from VB6

    Thank you for the information. I was afraid that it could not be write protected. Do you know what kind of an OS call I could make from VB6 to write protect this file before it is sent off in the E-mail? My code currently is: EmailQuot.DataFiles(0) = "C:\Vatc\quotprt.mdb&quot...
  12. polyquoter

    Want to write-protect an exported Crystal Report from VB6

    I'm exporting a Crystal Version 7 report into a rich text format. I'm doing this from VB6 so that the export can be e-mailed as an attachment. When you open this attached rich text (.rtf) file the top portion (the report header) is "greyed out" and cannot be changed. The rest of the...

Part and Inventory Search

Back
Top