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 gkittelson 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. Hepburn

    Export to Excel - Merged Cells Identically Sized

    Hi : I have a notes field on my crystal report and have it set to "can grow". When I export to Excel, everything looks fine; however, when I try to sort the data, I get an error (this operation requires the merged cells to be identically sized). One of the major benefits of using Excel is to...
  2. Hepburn

    Suppress

    Hi lbass: Sorry about not providing the field names; they are: Date History 04/06/2006 NA 88 PASSED 04/06/2006 ST 79 PASSED 04/06/2006 NA 88 ST 79 The history field is actually combining information from a couple of tables. The first two records are from an exam table which...
  3. Hepburn

    Suppress

    Hi: I'm using Crystal Reports X with Visual Studio 2005 and am programming in C#. I have these records: 04/06/2006 NA 88 PASSED 04/06/2006 ST 79 PASSED 04/06/2006 NA 88 ST 79 Since the first and second records are also in the third record (most of the information), I only want to show...
  4. Hepburn

    Combine Fields

    Hi: I'm using Crystal Reports X with Visual Studio 2005 and am programming in C#. Can I do this... I want to create a formula called Event. In the Event formula, I want to combine two fields. I have the following formula and am grouping by Event: StringVar event; if not...
  5. Hepburn

    Nexted If C#

    Thanks lbass :) this does the trick.
  6. Hepburn

    Nexted If C#

    Hi: I'm using Crystal Reports X with Visual Studio 2005 and am programming in C# (which is new for me, I'm used to VB). I have the following formula and would like to put "end if" where I've put the comments (see below). My problem is that it's not liking the syntax. Any ideas?? if...
  7. Hepburn

    Export to Text File

    I'm using Visual Studio 2005 Team Suite which I believes has Crystal Reports 10 installed. I'm trying to export to a text file. Here's the code I have so far: DiskFileDestinationOptions diskOpts = ExportOptions.CreateDiskFileDestinationOptions(); // set the export...
  8. Hepburn

    Convert Varchar to Date

    Thanks lbass :) You made my day. It works perfectly.
  9. Hepburn

    Convert Varchar to Date

    Happy 4th! This is my situation. I have two fields in the database that are varchar (I would make them date fields but another person in the office won't). My data looks like this: - 09/01/07 - 06-01-2007 - March 2008 - December 31. 2007 - 06012007 The format I want to arrive at is 09/07...

Part and Inventory Search

Back
Top