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

Search:

Type: Posts; User: Melina291

Search: Search took 0.01 seconds.

  1. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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...
  2. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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....
  3. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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...
  4. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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...
  5. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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}...
  6. Thread: Group By,sum

    by Melina291
    Replies
    10
    Views
    2,408

    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 6 of 6





Click Here to Expand Forum to Full Width

Featured