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 Wanet Telecoms Ltd 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. Eddie1979

    VB6 > VB.NET upgrade

    We are about to look into upgrading our VB6 application to VB.NET. I am interested to hear any advice (or tales of woe!) anyone has on the best strategies for this. Some of our system is based on the following: COM+ DLLs (written in VB6) Crystal Reports 9 TrueDBGrid VS Flex Grid ADO...
  2. Eddie1979

    Swtich To/Retry - VB6 + COM+

    We have a Visual Basic 6 application which also uses COM+ and SQL Server. We occasionally get the error: 'Switch to/Retry' We have found plenty of information online about this, but no resolution. We found a way around this ourselves using the OleServer/OleRequest methods of the App object...
  3. Eddie1979

    Passing values to SQL Server stored procedure

    We are currently working on some Crystals which use stored procedures in SQL Server. When we create a parameter in a normal report (based on tables and queries), we can assign it to be either discrete, range or discrete and range, all with multiple values. When we add our stored procedure to a...
  4. Eddie1979

    Crystal Report or MS Reporting Services

    In VS6 you had to find the installation program for Crystal Reports (v4.6 in that I think) and run it. This was somewhere on the source CDs. It might be the same in VS.NET. In VS6 Microsoft introduced the DRD (Data Report Designer) which they were 'encouraging' people to use. I heard...
  5. Eddie1979

    DOS Error when trying to opening a report

    Many thanks for your reply Gary. I have re-installed Crystal Reports (v9) and checked it on other PCs - there appears to be a problem with the file itself. I have managed to get a copy of the report from somewhere else so my problem is solved (this time anyway!). It would still be interesting...
  6. Eddie1979

    DOS Error when trying to opening a report

    I'm having this problem too! When I try to open one particular Crystal Report it comes up with: "An unknown error has occurred while accessing c:\<PATH>\rptMyReport.rpt" Then "Dos error." I recently removed and re-installed Crystal Reports 9, so I think Crystal is OK. I can open all other...
  7. Eddie1979

    Chart - Black & White/Colour - setting dynamically

    I have a Crystal Report (v9) which includes some charts, called by a VB app which collects and passes the parameters. I can set the charts to black and white or colour at design time, but I need a way of setting this at run time. If I create a report with 2 embedded subreports (one in colour...
  8. Eddie1979

    Datetime chart axis - bar chart

    Hello everybody I am relatively new to Crystal Reports (using v9 for 3 weeks) and I have a problem creating some charts which I had thought would be easy. I have a table called 'TaskHistory' which contains 2 datetime fields - StartTime and EndTime. I created a stacked bar chart showing the...

Part and Inventory Search

Back
Top