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: *

  • Users: khnp
  • Order by date
  1. khnp

    Capturing even when crystal finishes creating report

    I am printing crystal reports programatically using a VB.net app. I am calling the app from a CTD 2000 app and must capture the event when the crystal reports engine finishes the report to return to the calling app. Is there a fuction in crystal that will tell me when the engine is finished...
  2. khnp

    Using GetPrivateProfileString API

    I am trying to read an ini file. This is the way is setup. The comments refer to the value obtained for the variable in question. Private Declare Function GetPrivateProfileStringKey Lib "kernel32" Alias _ "GetPrivateProfileStringA" (ByVal lpApplicationName As...
  3. khnp

    Printing Crystal Rpt 8 or 9 from VB Programatically

    Thanks a lot synapsevampire and pcjock. I followed the example and the snipet of code and was able to solve the problem I was facing. An added bonus came with while doing it. I created an interface for Amyuni PDFConverter that will allow me to bypass CTD 2000 in favor of VB.net while printing...
  4. khnp

    Printing Crystal Rpt 8 or 9 from VB Programatically

    I looked at the snipet of code placed by pcjock and hope this is a solution to a problem i am facing. I am by no means a crystal or vb expert, I will qualify myself as a novice, (sql server and database programming been the areas ). I would like to use this code, as a sample, to develop a...
  5. khnp

    Duplex printing report from VB 6

    I looked at the snipet of code placed by pcjock and hope this is a solution to a problem i am facing. I am by no means a crystal or vb expert (sql server and database programming). I would like to use your code to print a report programatically from either crystal 8 or 9 and from a ctd2000...

Part and Inventory Search

Back
Top