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 strongm 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. Breazel

    Export to Disk File problem

    To export Seagate Crystal Reports report to disk *.rpt file, I trying to use following code. What's wrong? PEExportOptions exportOptions; UXDDiskOptions diskOptions; BOOL bEngineReady = PEOpenEngine (); short iPrintJob = PEOpenPrintJob("c:\\MyReport2.rpt"); short nNumber =...
  2. Breazel

    Server side reporting

    I'm searching through documentation and can't find answers to folowing question: How I can generate reports on server side with report templates stored at the server where I start generation from my own client aplication. I will grateful for any code samples or links to the any articles.

Part and Inventory Search

Back
Top