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!

Recent content by rahulroy08

  1. rahulroy08

    How to select the Time slot...

    Hi Bob, Thanks for your code. I have tried it but it does not populate my time list. Also I need some help closing the frame once I submit. My project navigates between 3 frames. But I want to close the desired frame. Here is the code for the TimeSlot Class <code> class TimeSlot2 extends...
  2. rahulroy08

    How to select the Time slot...

    Hi Bob, Thanks for your reply. I could understand what you said, but was unable to figure out how to implement it. Can you please send me a small piece of code how to implement it. It would be really great thanks. Uday
  3. rahulroy08

    How to select the Time slot...

    Hi, I'm working on a Java project, Which is to design an appointment scheduling software. In my code,I have a TimeSlot class which gives the user the option to select the date and time. But once the user selects a particular time slot for a particular day,then that must be removed from the...
  4. rahulroy08

    error: the page size was not large enogh to format the contents of the

    Hi, I'm using CR 8.5 and SQL server 2005. When I run my report I get an error message, The page size was not large enough to format the contents of an object in the report. Can some one please help why does this happen and how to overcome this. Thanks, Rahul.
  5. rahulroy08

    How do I change the format of the Year

    Hi, In my report I want to display the Month and year for a date entered by the user. Say if the date entered is [1/1/2007] My report should display As of January 2007 And for that I'm using the following formula MonthName(Month({?Start_Date})) + " " + totext(tonumber...
  6. rahulroy08

    How do I use the totals of sub group in the main group...

    Hi angelana, I have a sub-group,whose field has just two values, Peak and off-Peak. So I used running totals for with the sub-group totals in the main group footer.And it worked for me. But as discussed earlier, if the sub-group field has more values then I think a sub-report will give you...
  7. rahulroy08

    How do I count the total number of calls per each employee

    Hi, I have been struggling with this report for quite sometime now. I have a problem,which is counting the number of calls for each employee. Here is how my data looks EMP_ 1.EMP_ID 2.EMP_GID 3.PID 4.EMP_NAME 5.EMP_TITLE ... ... EMP_GOALS 1. EMP_ID 2. EMP_GID 3. EMP_PID 4. NAME_EMP 5...
  8. rahulroy08

    How do I eliminate the duplicates.

    Hi I'm using CR 8.5 and SQL Server 2005. In my report when I run it for some employees it gives me duplicates. How do I eliminate them. I have developed a report which looks something like this: Emp_NAME (Main_Grp) Peak_Flag (sub-grp1) 2007 fld1 fld2 fld3 2008 fld4...
  9. rahulroy08

    How do I use the totals of sub group in the main group...

    Finally, succeeded in completing my report as desired. I just had two groups under my sub-group, so decided to use Running totals for all the fields with the Fields to be evaluated to be the Sub-Report's sub-total fields...and It turned out to be perfect. Anyways thanks guys for your help and...
  10. rahulroy08

    How do I use the totals of sub group in the main group...

    yep. I tried the same thing. But the style of cross tab in CR 8.5 doesnt look good. With such a big report and such a huge crosstab...I just want my data in a single page...So was looking to accomodate it in a single page...I guess a sub-report as suggested 'Madwac' would do.. Let me try that...
  11. rahulroy08

    How do I use the totals of sub group in the main group...

    Also I'm using Crystal Reports 8.5 and SQL Server 2005.
  12. rahulroy08

    How do I use the totals of sub group in the main group...

    Hi Let me be more clear with the problem Grp 1 sub-grp1 fld1 fld2 fld3 fld4 fld5 fld6 (all are diff fields on the dbase) fld7 fld8 fld9 (all are diff fields on the dbase) ... ... -------------------------------------------------...
  13. rahulroy08

    How do I use the totals of sub group in the main group...

    I tried doing that but that doesnt work. Is there any other approach that you can suggest. Thanks, Rahul.
  14. rahulroy08

    Updating a field in a table..

    Hi Alex, How do I clear all the data from the table 'GOALS' once I copy the data into a temp table. Thanks, Rahul.
  15. rahulroy08

    How do I use the totals of sub group in the main group...

    Hi, I have a sub group in my main group. But when I print the totals I need to print the values or sub-totals(totals of sub-groups) again in the main group too. How do I do that. Here is how it looks... Grp 1 sub-grp1 fld1 fld2 fld3 ... ...

Part and Inventory Search

Back
Top