J
Jim
Hi,
I have an app that I wrote using business objects as datasource, but that I
am considering rewriting using DataSets, etc. instead. I am looking for
some guidance to make this decision.
The app is for scheduling payments of invoices and has three grids (regular
DataGridViews):
A Vendor grid showing a summary view of each vendor (with total Due, etc.)
An Invoice grid listing all invoices for the selected vendor (including a
total amount of payments scheduled for each invoice)
A Payment grid listing all payments scheduled for the selected Invoice.
Any payments added / removed or modifed in the payment grid (or mass-updated
via code) needs to be reflected instantly in the other two grids.
What is the best way to accomplish this?
Thanks,
Jim
Ps. Note that both the Vendor grid and the Invoice grid need aggregate
values (TotalDue, PaymentTotal, etc.)
I have an app that I wrote using business objects as datasource, but that I
am considering rewriting using DataSets, etc. instead. I am looking for
some guidance to make this decision.
The app is for scheduling payments of invoices and has three grids (regular
DataGridViews):
A Vendor grid showing a summary view of each vendor (with total Due, etc.)
An Invoice grid listing all invoices for the selected vendor (including a
total amount of payments scheduled for each invoice)
A Payment grid listing all payments scheduled for the selected Invoice.
Any payments added / removed or modifed in the payment grid (or mass-updated
via code) needs to be reflected instantly in the other two grids.
What is the best way to accomplish this?
Thanks,
Jim
Ps. Note that both the Vendor grid and the Invoice grid need aggregate
values (TotalDue, PaymentTotal, etc.)