B
Baranyi Peter
Hi,
I am a totally newbie to .NET, so first of allI would like to ask you some
tutorial URL-s. .
My problem is that I have to show a list of orders with lines where I
summarise the value of them by the sorted column. So if the sort is by
customer, than the grid should contain all the orders and sum lines for
every customer. If the sort is by product, than the sum should show the sum
per product besides the normal order lines.
In Delphi I managed it with an UNION, where the first SELECT gave the normal
order records, the second the summary lines.
However if I put an UNION into the sqlDataAdapter than it is just not
showing up. What did I wrong?
Besides this I have to color the summary lines differently than the normal
lines. How can I do this?
Thanks and best regards:
Peter
I am a totally newbie to .NET, so first of allI would like to ask you some
tutorial URL-s. .
My problem is that I have to show a list of orders with lines where I
summarise the value of them by the sorted column. So if the sort is by
customer, than the grid should contain all the orders and sum lines for
every customer. If the sort is by product, than the sum should show the sum
per product besides the normal order lines.
In Delphi I managed it with an UNION, where the first SELECT gave the normal
order records, the second the summary lines.
However if I put an UNION into the sqlDataAdapter than it is just not
showing up. What did I wrong?
Besides this I have to color the summary lines differently than the normal
lines. How can I do this?
Thanks and best regards:
Peter