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 bkrike 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. DallasAggie

    Suppress Page Footer on Beginning of new Group

    ------------------------------------- Crystal Reports 9 Developers Edition ------------------------------------- Hi all. I have a report with only one group...for each break in group, I have a "Cover Letter" being generated, with all the details following using "New Page After"...and also...
  2. DallasAggie

    ASP.NET - Report Logon

    ---------------------------------------- - Visual Studio .NET 2003 - Web application using VB.NET - Crystal Enterprise 10 - Crystal Reports 9 Developer Edition ---------------------------------------- Okay all. I'm running into an issue with my ASP.NET application. There are hundreds of forums...
  3. DallasAggie

    File Type Validation - Client Side?

    Hey all! I have a simple upload utility that will post files to our web server --- from there, the file then gets uploaded into Crystal Enterprise. Since we only want to post .rpt files (Crystal Reports), I had code to validate the file string fileType =...
  4. DallasAggie

    Using Running Totals in Charts?

    Hi all. Using: Crystal Reports 10 Developer Problem: -- Report with no groups. -- Have two fields: (1) Planned (2) Completed -- Have two RT's: (1) RT_planned (2) RT_completed -- Have a formula to get percentage of RT's: RT_Percentages (RT_completed / RT_planned) * 100 The problem is that...
  5. DallasAggie

    Querying InfoObjects to get Paramater Details

    Okay all. This is going to be a tough one. I am banging my head against the wall to figure this out. Hopefully some of you have more experience doing this than I have. I am developing a C#.Net Web application that takes advantage of Crystal Enterprise's InfoObjects methods -- by calling certain...
  6. DallasAggie

    CrossTabs - Suppressing Zero from values

    Hiya all. I hae a crosstab that shows sum of tickets in the body, sliced by year. Is there a way to suppress zero's? EX: 2003 2004 ---- ---- Q1 20 15 Q2 25 11 Q3 18 0 Q4 16 0 The reason I...
  7. DallasAggie

    Crystal Analysis - WCS Error!

    Hi all. I have installed Crystal Analysis 9 on a development server that has Crystal Enterprise 9 Proffessional installed. According to the install guide, I had to make sure that the: - Web Component Server add-on - Automated Process Scheduler add-on - Rich Client and - Web Server support...
  8. DallasAggie

    How do you register a .dll using VBA?

    Hi all. I have an Access application that is calling a .dll file in order to email. I have to use this because our conference rooms do not have Outlook, so I am using this .dll. The problem is that once I deploy this out, the .dll is copied to the right location, but how do I register...
  9. DallasAggie

    Rounding-Up (Ceiling Function) help needed.

    Hello. I am trying to round a number up from lets say 1.1 to 2, which is the ceiling. Does anyone know how to do this? I've tried this: If remainder({@sum_of_fears},1) > 0 then truncate({@sum_of_fears}) + 1 else {@sum_of_fears} This would typically work, but I am trying to use the function...
  10. DallasAggie

    Cross-tab Group Options - Need Help please

    Hi all. I hope some one can help me out with this. I have a cross-tab grouped by "deployed_equipment_type" which results in: 1) New 2) Relo 3) No Relo Well, I customized the group formula cause I want to group together Relo and No Relo. Here is what I put in the "Options -...
  11. DallasAggie

    Report Header repeat??

    Hi all. I am trying to do a simple task in CR9...but I can't seem to figure it out. I am trying to repeat my 'Report Header' on all pages. Specifics: -- I have Report Header a with company logo and Report Title (page 1). -- I have Report Header b with just the Report Title +...
  12. DallasAggie

    Help With < %= FormatDateTime(Date(),2)% >

    Hi all, I am having trouble getting the format I need to display on a page. I have this page, that when opened, it'll insert today's date in a form field and automatically query a database for today's date. The problem I'm having is that <%= FormatDateTime(Date(),2)%> is giving me m/d/yyyy. I...
  13. DallasAggie

    Group Header with Multi Columns ? HELP

    Hi all. I have a report that is grouped by Region and also have it with 6 columns. I am trying to figure out a way to span the Region Header Column to be the width of 6. EX: This is what I get if I add the RegionID and a line to the Region Header: ID: AAL -------- AFW BFW CFW DFW...

Part and Inventory Search

Back
Top