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

Search:

Type: Posts; User: Melina291

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,016

    Count Records-Fields

    Hi
    I want a little help to do something. I have a crystal report and i took some records. I want to count that records with a field. Now i have 3 different group of records and i want in every group...
  2. Replies
    4
    Views
    1,214

    Re: Choose parameter from months

    Hi
    Thank you for your help. I will try it the information you gave me. I hope it will work because my fields are in sql express 2005
  3. Replies
    4
    Views
    1,214

    Re: Choose parameter from months

    Ok but how i will create that parameter?
  4. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Re: Group By,sum

    Ok it works finally. But i want to ask something more...
    When i print th 3 variables on the report footer like: Incomes
    Spend...
  5. Replies
    4
    Views
    1,214

    Choose parameter from months

    Hi
    I want to create a report that the user before see it will select from a parameter like months.

    For example i dont want to choose dates but months something like that

    Parameter:
    Month-> ...
  6. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Re: Group By,sum

    Ok. I got that. But how after that i will print them on report footer where i want to see them? I did what you told me and i put the 3 formulas on details and suppress them. Everything there seem ok....
  7. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Re: Group By,sum

    Hi again. Your code works but for a strange reason works only if there are records in one of tree parts. For example if there are records at group 1 it works but if there are records on 3 groups it...
  8. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Re: Group By,sum

    Hi again. Your code works but for a strange reason works only if there are records in one of tree parts. For example if there are records at group 1 it works but if there are records on 3 groups it...
  9. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Re: Group By,sum

    Hi
    thanks for the reply. For a strange reason it works but only for this

    WhilePrintingRecords;
    numberVar totStore=0;
    If {Emp016.PelProm} = "3" Then
    totStore:= totStore + {Emp016.SynTeliko}...
  10. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,401

    Group By,sum

    Goodmorning
    I want little help again.
    I have a field (1,2,3 values) that i have done it group by so i take something like that

    1.Income
    1 Thomas test 40
    2 thomas test2 30
    sum:70
    ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured