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 dencom 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: Theadmans
  • Content: Threads
  • Order by date
  1. Theadmans

    Error when calling SSIS Package from Stored Procedure

    I have saved an SSIS Package using the File System option as C:\Packages\MyPackage.dtsx. I can run this package succesfully from the XP Command Prompt by typing:- dtexec /De mypassword /F C:\Packages\MyPackage.dtsx I then tried creating a stored procedure (using Microsoft SQL Server...
  2. Theadmans

    Dynamic update of OLE Object bitmap

    I use Crystal Version 10 to create reports for my application developed in VB under Visual studio 6.0 I have amended a report to carry a logo contained in an OLE Object Bitmap which is always linked to the same file (ReportLogo.bmp) in the same folder. I have ticked the Link option when setting...
  3. Theadmans

    Avoiding Duplicate Records

    Hi, I am using CR8.0 with SQL2005 and am writing a report which uses a Transaction Header table which includes multiple records for a single transaction (there is one record for each payment method used on the transaction). The Transaction Header Table is joined to the Transaction Detail table...
  4. Theadmans

    Passing Shared Variables to SubReports

    Hi, I am using Crystal 8 and have a Main Report which has a formula which is used for record selection in this Main Report. The value of this Formula is updated by my calling VB application so I can choose what record selction I require. I have now added a SubReport to the Main Report which...
  5. Theadmans

    Export to a CSV File

    I am now using the version of Crystal Reports that is bundled with Visual Studio 2005. In previous versions of Crystal I have been able to export my reports to a CSV file by clicking the export button on the report. In the Reports done with the bundled Crystal I do not have CSV as an export...
  6. Theadmans

    Adding new fields to an XSD table

    I am using Crystal 10 from within Microsoft Visual Studio. I have a Crystal Report which uses data from an XSD table. I have amended this XSD table to add 3 new fields from within Visual Studio. However, when I open my Crystal Report (again from within Visual Studio) and click Verify Database...
  7. Theadmans

    Group Sort on a Formula

    Hi, I am using Crystal Reports V10 against an SQL database. I have very simple report which calculates a percentage in a formula at a Group Footer 1 as follows:- MyPerc = 100 * SUM({Sales.TotalA}, {Staff.Name}) / SUM({Sales.TotalB}, {Staff.Name}) Where Group #1 is Grouped on...
  8. Theadmans

    Crystal Viewer Problems

    Hi, I posted this in the Crystal Integration Forum yesterday but got no replies - so I am hoping that some kind person may see it here instead! Here goes:- I am fairly new to Crystal and am trying to covert our VB 6.0 Application to load Crystal Reports from .Rpt files instead of Crystal...
  9. Theadmans

    Closing CRViewer

    Hi, I am fairly new to Crystal and am trying to covert our VB 6.0 Application to load Crystal Reports from .Rpt files instead of Crystal Designer (DSR/DSX) Files. We use Crystal 8.0 I have cobbled together the following code which works on the first run of the report. However, if I try to run...
  10. Theadmans

    Passing Formulae from VB to Crystal

    I have a VB6.0 application which runs some Crystal 8.0 Reports. I have setup a Formula in my Crystal Report called DateRange. In my VB code I am trying to now setup this formula as a String Variable (DateRangeVar) which I have already setup. Here is the line of code I am using:-...
  11. Theadmans

    CRViewer and Memory Full Error

    Hi, I am fairly new to Crystal and am trying to covert our VB 6.0 Application to load Crystal Reports from .Rpt files instead of Crystal Designer (DSR/DSX) Files. We use Crystal 8.0 I have cobbled together the following code which works on the first run of the report. However, if I try to run...
  12. Theadmans

    Inserting SubReports Problem

    I am using Crystal 8 I have manually added an unlinked SubReport to all the existing Crystal Reports in our application. Unfortunately now we have compiled the new version of our application we have found that the size of the new .EXE has grown unacceptably! This is obviously due to all the...
  13. Theadmans

    Extracting data from a non-linked Table

    I am using Crystal V8.0 connecting to SQL Server Tables. I am amending an existing Report that already uses various linked tables (all set up in the Visual Linking Expert). I now need to extract data from a new table that does not in any way link to the existing tables. The new table will only...
  14. Theadmans

    Crystal 8.0 "No rowset was returned error"

    Hi, I am using Crystal V8.0 connecting SQL Server Tables. I need to make a mod to an existing report which currently only uses one table. I decided to add a new table to the report and join the tables using an Equal Join using the Crystal Visual Linking Expert. I then put a new formula on the...
  15. Theadmans

    Username / Password required for all Reports

    I have loaded a Visual Basic 6.0 Project on my PC which is running Crystal Reports 8.0. The Project is linked to an SQL database. When I compile the VB project a Datalink Properties Box appears prompting me for the Username / Password to my database. The box keeps appearing for every Crystal...

Part and Inventory Search

Back
Top