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. jsblakley

    Print Engine?

    We ended up writing our own exe. Not too bad really, we just had to define the steps. It was written in VB.NET.
  2. jsblakley

    Works in Development, but not on the SERVER

    I have a VB.NET program (part of a ASP.NET web solution)that is designed to read through a table and generate reports (Crystal Reports) based on some parameters. This all works fine on the development box, but when we put it on the server, I get an "Unhandled...
  3. jsblakley

    CopyFile? Is there an AppendFile?

    I have an existing package, but I need to figure out how to append to a flat file. Thanks! Jeff
  4. jsblakley

    CopyFile? Is there an AppendFile?

    I have a DTS package that copy flat files to a common directory, then copy the multiple flat files into one flat file. From there we will import the data into our database. Any suggestgions?
  5. jsblakley

    Only One Step Completes in Package

    New to DTS, in fact this package was written by a co-worker and I have very little knowledge on the subject. I have a package that has 6 steps, but only one step gets completed when I execute the package. Each step has it's workflow defined. Any help would be appreciated. Jeff
  6. jsblakley

    Running Reports & Passing Parameters

    When you say Enterprise, what exactly allows you to schedule reports? We have the following; 8.0 Enterprise, 8.5 Developer 9.0 Developer. Not sure what I need to be able to get this done.
  7. jsblakley

    Running Reports & Passing Parameters

    What is available through Crystal Enterprise to help me do this? Jeff
  8. jsblakley

    Running Reports & Passing Parameters

    I have several reports that require the ability to run at different/multiple times each day. These reports are not "viewed" online, they only need to be executed, exported to PDF then transmitted via fax or email to different customers. How do I programmatically run a report then...
  9. jsblakley

    Print Engine?

    SurfingGecko, Here is my situation... I have several reports that will need to be executed multiple times a day. These reports are dynamic requiring parameters to distinguish between differing customers. Then these reports will be emailed to the requesting customers. However, these are not...
  10. jsblakley

    Print Engine?

    Can someone provide some help / direction on how to use "Print Engine" calls or API to generate report output. I need to be able to generate reports in a "background/batch" process, saved as PDF in a specific directory, then email or fax these documents programmatically...
  11. jsblakley

    "Batch" Reports?

    Hey datavalue, How did you do it? I need a programmatic solution that will be done in-house. We are using ASP.NET and SQL Server. My plan is to allow the reports to be run when through SQL Server stored procedures (not an ASPX form yet). So a Crystal control on a form is not an option at...
  12. jsblakley

    "Batch" Reports?

    Good to hear that I can do, but can it be done programmatically? So far, the documentation has been sketchy or I have had no luck finding documented help. Jeff
  13. jsblakley

    "Batch" Reports?

    I am new to Crystal Reports and I have a project requirement to run reports in batch mode. We would be kicking these reports of using ASP.NET or SQL Server stored procedures. Can this be done? If so, can you point me in the right direction to get this started? We are using CE v8.5 and I can...

Part and Inventory Search

Back
Top