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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdixonct

  1. jdixonct

    Exporting CR8.5 to Pdf (using vb6)

    I had the reference to the Crystal Report 8 Engine in my VB Project. I removed the reference and tried late binding, but I got the same error message: Run-time Error 30012 "Invalid Enum Value"
  2. jdixonct

    Exporting CR8.5 to Pdf (using vb6)

    I have tried this report.ExportOptions.FormatType = 31 and I get an error when I try executing that line. Run-time Error 30012 "Invalid Enum Value"
  3. jdixonct

    Exporting CR8.5 to Pdf (using vb6)

    I have code snippet that will write out a word document from crystal reports. Does anyone know what changes would be needed to write out a pdf format instead of word?? Here is my code: Dim app As Application Dim report As report Set app = CreateObject("Crystal.CRPE.Application") Set...

Part and Inventory Search

Back
Top