home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / README.TXT < prev    next >
Encoding:
Text File  |  1998-09-30  |  3.0 KB  |  58 lines

  1. Crystal Reports Print Engine Demonstration for Delphi 2.0 or higher
  2.  
  3. Requirements : 
  4.     32 bit Delphi
  5.     Crystal Reports version 5.0 (32 bit) or higher
  6.  
  7. Purpose :
  8.     This application is meant to be an introduction to using the Crystal Reports Print Engine API from Delphi.  It contains sample code for the most often used API calls.  The compiled version of this application can also be used for troubleshooting problems with reports in another application as it contains error trapping for nearly every call made.  Updates to this file in the front of the main.pas file.
  9.  
  10. Calls made in this application :
  11.  
  12. Engine Call :            PAS File :    Where to find it :
  13.  
  14. PECheckFormula            Formula.Pas    TFrmFormulas.BtnCheckFormulas
  15. PECheckGroupSelectionFormula    Formula.Pas    TFrmFormulas.BtnCheckGroupClick
  16. PECheckSelectionFormula        Formula.Pas    TFrmFormulas.BtnCheckSelectClick
  17. PECloseEngine            Main.Pas    TMainForm.MnuCloseEngineClick
  18. PEClosePrintJob            Main.Pas    TMainForm.MnuCloseReportClick
  19. PECloseWindow            Main.Pas    TMainForm.MnuClosePreviewClick
  20. PEDiscardSavedData        Main.Pas    TMainForm.MnuDiscardClick
  21. PEGetErrorCode            Main.Pas    TMainForm.GetError
  22. PEGetErrorText            Main.Pas    TMainForm.GetError
  23. PEGetFormula            Formula.Pas    TFrmFormulas.BtnGetFormulaClick
  24. PEGetGroupSelectionFormula    Formula.Pas    TFrmFormulas.BtnGetGroupClick
  25. PEGetHandleString        Main.Pas    TMainForm.GetError
  26. PEGetMinimumSectionHeight    Section.Pas    TFrmSection.FormShow
  27. PEGetNFormulas            Formula.Pas    TFrmFormulas.FormShow
  28. PEGetNGroups            Section.Pas    TFrmSection.FormShow
  29. PEGetNTables            Location.Pas    TFrmLocation.FormShow
  30. PEGetNthFormula            Formula.Pas    TFrmFormulas.FormShow
  31. PEGetNthTableLocation        Location.Pas    TFrmLocation.FormShow
  32. PEGetNthTableLogOnInfo        Logon.Pas    TLogOnForm.FormShow
  33. PEGetNthTableType        Main.Pas    TMainForm.MnuOpenReportClick
  34. PEGetPrintOptions        Prntopt.Pas    TFrmPrintOptions.FormShow
  35. PEGetReportTitle        Main.Pas    TMainForm.MnuGetRepTitleClick
  36. PEGetSelectedPrinter        Main.Pas    TMainForm.MnuGetSelectedPrinterClick
  37. PEGetSelectionFormula        Formula.Pas    TFrmFormulas.BtnGetSelectClick
  38. PEGetSQLQuery            Main.Pas    TMainForm.MnuShowSQLQueryClick
  39. PELogOffServer            Main.Pas    TMainForm.MnuLogOffClick
  40. PELogOnServer            Logon.Pas    TLogOnForm.BtnSetLocationClick
  41. PEOpenEngine            Main.Pas    TMainForm.MnuOpenEngineClick
  42. PEOpenPrintJob            Main.Pas    TMainForm.MnuOpenReportClick
  43. PEOutputToPrinter        Main.Pas    TMainForm.MnuToPrinterClick
  44. PEOutputToWindow        Main.Pas    TMainForm.MnuToWindowClick
  45. PESelectPrinter            Main.Pas    TMainForm.MnuSelectPrinterClick
  46. PESetFormula            Formula.Pas    TFrmFormulas.BtnSetFormulaClick
  47. PESetGroupSelectionFormula    Formula.Pas    TFrmFormulas.BtnSetGroupClick
  48. PESetMinimumSectionHeight    Section.Pas    TFrmSection.BtnSetHeightClick
  49. PESetNthTableLogOnInfo        Logon.Pas    TLogOnForm.BtnSetLocationClick
  50. PESetPrintOptions        Prntopt.Pas    TFrmPrintOptions.BtnSetPrintOptionsClick
  51. PESetSelectionFormula        Formula.Pas    TFrmFormulas.BtnSetSelectClick
  52. PEStartPrintJob            Main.Pas    TMainForm.MnuPrintNowClick
  53. PETestNthTableConnectivity    Main.Pas    TMainForm.MnuTestConnectivityClick
  54.  
  55.  
  56.  
  57. Crystal Support
  58.