G
Guest
How can I total all records in a lineitem table that are equal to invoice
number 100 in a master detail relationship?
In Delphi it would be
Table1.first;
While not Table1.EOF
do begin
.....
Table1.next;
Can't figure out how in C# CF 2.0
Thanks Jon Stroh
number 100 in a master detail relationship?
In Delphi it would be
Table1.first;
While not Table1.EOF
do begin
.....
Table1.next;
Can't figure out how in C# CF 2.0
Thanks Jon Stroh