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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PKFGimpy

  1. PKFGimpy

    Web method's calling other web methods?

    Hi all, I've developed a web service in C# with VS.NET, and am planning on setting up some additional web methods that make calls to other web methods. Obviously, if I declare these web methods within the same class, there is no problem with having one web method call another. Suppose however...
  2. PKFGimpy

    Bug when displaying bitmap in subreport?

    Surely someone else has encountered this issue. It seems like such a simple task that I'm trying to accomplish, and I'm suprised that the issue hasn't been addressed in any of the CR service packs and hot fixes. Anyone have any suggestions?
  3. PKFGimpy

    Bug when displaying bitmap in subreport?

    And some more info: I ran the Crystal Reports for VS.NET Service Pack 1 and 2 updates, as well as the hotfix, and still no affect.
  4. PKFGimpy

    Bug when displaying bitmap in subreport?

    One more piece of information to add: I can successfully export my report to a word document. I also ran the CR9 Service Pack 5 installer, and it made no difference.
  5. PKFGimpy

    Bug when displaying bitmap in subreport?

    Hello everyone. I seem to have run across a bug in Crystal Reports for Visual Studio .NET 2003 relating to exporting Crystal Reports containing images in subreports. I have displayed many bitmaps from my database successfully on other pages, but I am getting errors when I display the bitmaps...
  6. PKFGimpy

    Simple select query?

    Here's the database structure (in simplified form) to give you an idea of why I'm having issues with it in Crystal Reports. StudentCourses - Stores the marks for the student in the given course. There are 30 columns here that represent up to 30 different marks. Student Name Course...
  7. PKFGimpy

    Simple select query?

    Aah, cross tabs. I'll have to do some more research me thinks. The report is a list of students and their marks. Above the list of students and their marks is a header that contains the title of the course work for each column that contains a mark. Is this the type of task that is well...
  8. PKFGimpy

    Simple select query?

    Cool, thanks for the idea. I've tried this and it will work, however, I will have to create 30 separate sub reports since I need to display each of the 30 records in the table. This is due to some odd structuring of this part of our database. Are you sure there isn't an easier way of doing...
  9. PKFGimpy

    Simple select query?

    I'm a bit new to Crystal Reports, so forgive me if this is a simple question. I have a table loaded into a .NET DataSet which I can access just fine. The table has not been linked to any other tables in Crystal Reports, nor has it been grouped. I need to acccess each row in the table via a...

Part and Inventory Search

Back
Top