CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vbjohn

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    672

    New Page after a Group Prints

    How can I force a new page after a group has been printed?

    Ex:
    Group 1a (can be on many pages)
    Group 1b (needs to stay hidden until Group 1a prints)


    Group 1a Footer Prints.
    Then For a new...
  2. Thread: Array's

    by vbjohn
    Replies
    0
    Views
    610

    Array's

    I have an array that pulls data from field. When I do a loop the first data does not appear. But the rest does.

    1. "NOTE 1: RUN PARTS OVER GAGE (GL-446) SIDE TO SIDE AND THEN BACK TO FRONT. ...
  3. Thread: Grids

    by vbjohn
    Replies
    2
    Views
    446

    Grids

    How do you make Grids in CR XI? I am creating a report that looks like a timecard where the end user prints out the report and then fills in by hand the information.

    thanks
  4. Replies
    1
    Views
    612

    If...Then...Else... Error.

    Can someone tell me why is this not working? After the else is the error. It states that it is not part of the formula.

    WhilePrintingRecords;
    numberVar numNB;
    numberVar numRPC;
    numberVar...
  5. Replies
    0
    Views
    493

    CR - Standards Doc?

    Is there some sort of Crystal Reports Standards Document?
  6. Replies
    1
    Views
    1,100

    Calendar Hiding behind combo box

    I am using a Javascript Calendar and when it pops up. It covers up the text boxes. But if there is a combo box, the calendar is behind the combo box. How can I fix that? Is there a setting that I...
  7. Replies
    2
    Views
    802

    number range in the IN statement

    Can anyone tell me what is wrong with this?

    Month({Command.Date_Received}) IN [({?ParamMValue})]

    ?ParamMValue could have... (2,3,4,5) or (2) or (1,2,3,4,5,6,7,8,9)

    Why is it telling me...
  8. Thread: Working Days

    by vbjohn
    Replies
    5
    Views
    982

    Re: Working Days

    This will get you the working days... M-F


    //

    Local DateVar d1 := PrintDate;
    d1 := DateSerial(Year(d1), Month(d1), 1);

    Local DateVar d2 := PrintDate;
    d2 := DateSerial(Year(d2),...
  9. Replies
    0
    Views
    648

    ASP Field -> Crystal Label?

    Is there a way that I can have recordset data in ASP, linked up to a label in Crystal 9?



    Thanks.
  10. Thread: Export to .xls

    by vbjohn
    Replies
    0
    Views
    607

    Export to .xls

    I can not export any files to .XLS on the server, but I can on the local machine. Any ideas? Strange thing is that I can export to PDF. Is this a bug in CR 9?
  11. Thread: Line Break down

    by vbjohn
    Replies
    9
    Views
    784

    Re: Line Break down

    ok. how can I dynamically increase the "NumberOfCharacters" after everytime a record is read and then have it display it on the detail line?
  12. Thread: Line Break down

    by vbjohn
    Replies
    9
    Views
    784

    Re: Line Break down

    I tried the split function.

    Attached is what I am looking for. Thanks.
  13. Thread: Line Break down

    by vbjohn
    Replies
    9
    Views
    784

    Re: Line Break down

    I forgot to put down that the numbers vary in size and it is not always 4 things I need. It can be a total of 10 lines or 1 line.
  14. Thread: Line Break down

    by vbjohn
    Replies
    9
    Views
    784

    Line Break down

    I have a forumla {@frmPrevMonth} and it contains information like... "21,36.02,11141.75,1" which it came from a Parameter field.

    It can contain more of less information.

    What I need is that it...
  15. Replies
    2
    Views
    1,694

    Parameter Fields

    I have this parameter and in its options I have the "Allow multiple values" check and then "Discrete values(s)" checked as well.

    When I go into the "Select Expert" and put the parameter into the...
  16. Replies
    1
    Views
    631

    Formula Days Left in Month

    What is the best way to get the days left in the month excluding the weekend from todays date?


    Also to get the count of the days in the month excluding the weekends?

    For example: If today...
  17. Replies
    0
    Views
    602

    Tables not showing up.

    On the report wizard. I make a new connection via ODBC (RDO) and I put in my password and username and it connects fine. But it does not show the tables that are underneath the database. We do the...
  18. Replies
    2
    Views
    796

    Re: Suppress every 2nd and 3rd record

    Great thanks.
  19. Replies
    2
    Views
    796

    Suppress every 2nd and 3rd record

    I need to suppress every 2nd and 3rd record that comes through. I am using Crystal Reports 9. I need to add this in the Formula Editor.

    Any examples?
  20. Replies
    1
    Views
    500

    Re: totals - server or cr?

    Never mind... I found it.

    It is best to have the server do all the work instead of crystal.
    Reason:
    1.) Less time connected to the server
    2.) Less memory needed to process the report on the PC...
  21. Replies
    1
    Views
    500

    [RESOLVED] totals - server or cr?

    Which is the best method of generating totals? On the Server in an SQL Statement or In Crystal Reports? Is there any reasons for one or the other?


    thanks.
  22. Replies
    2
    Views
    665

    Re: Strange Error.

    got it thanks. :)
  23. Replies
    2
    Views
    665

    [RESOLVED] Strange Error.

    I am getting a divide by zero error on this when I am calling it from VB.6 I am using Crystal 10.

    If {Sales.Suggestion} = 'Lower' Then
    Count ({Sales.Suggestion})

    But when I just do.
    Count...
  24. Replies
    0
    Views
    435

    embedded in a webbrowser?

    Is there a way to save a PDF document, that is embedded in a webbrowser object?
  25. Replies
    0
    Views
    550

    Crystal Reports Formulas

    Is there an easy way so that I can do an evalutation on someones birthday and to see if they turn 50 by the end of this year in Crystal Reports?
Results 1 to 25 of 48
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured