M
Michael Schindler
ROW Accountnr Amount
1 1001 12.00
2 1001 -12.00
3 1002 40.00
4 1002 -12.00
5 1002 -28.00
6 1003 30.00
7 1003 -30.00
8 ???? ......
Hello NG
I have a datagrid whit a dataset.
If the user down into the datagrid whit the mouse or the curser
i set in the new line (Row) the new accountnr manually.
datagrid(x,y) = accountnr
The problem is the amount column.
I must check the when the same accountnr is 0.
For example accountnr 1002 (40.00 - 12.00 -28.00) = 0
The problem is when the amount = 0
Accountnr = Accountnr +1
and my problem is to find out when the amount is 0.
It is possible i can add or subtract from my dataset whitout a new database
connection?
If yes ..hmm...have you a small few code for me that i can see as I could
realize that?
Thanks Michael
PS: I work whit C# Windows Application
1 1001 12.00
2 1001 -12.00
3 1002 40.00
4 1002 -12.00
5 1002 -28.00
6 1003 30.00
7 1003 -30.00
8 ???? ......
Hello NG
I have a datagrid whit a dataset.
If the user down into the datagrid whit the mouse or the curser
i set in the new line (Row) the new accountnr manually.
datagrid(x,y) = accountnr
The problem is the amount column.
I must check the when the same accountnr is 0.
For example accountnr 1002 (40.00 - 12.00 -28.00) = 0
The problem is when the amount = 0
Accountnr = Accountnr +1
and my problem is to find out when the amount is 0.
It is possible i can add or subtract from my dataset whitout a new database
connection?
If yes ..hmm...have you a small few code for me that i can see as I could
realize that?
Thanks Michael
PS: I work whit C# Windows Application