Brock wrote:
Quote:
In all due respect I am simply trying to understand the concepts for
which I am granted a newbie at. Different individuals frequent
different newsgroups and each has their own perspective on how to
assit with problem solving.
You are forgiven (just this once) for not knowing the difference between
multi-posting and cross-posting.
If you feel your question must be posted to more than one newsgroup, do so the
same way you would send an email to two different people. Put the first
newsgroup in the address, followed by a comma, followed by the second one.
That way, when someone (such as sloan) replies in one newsgroup, readers in the
other group can also see the reply. Otherwise, you just get chaos.
I will reply to your question only briefly, since sloan may have already
answered it. (See why cross-posting would be better?)
If the datagrid can accept a dataset as its datasource, and a crystal report can
as well, then you need only set one to the other. No copying of data is needed.
You might need nothing more than
MyCrystalReport.SetDataSource(MyDataGrid.DataSourc e)
I don't actually use crystal reports, but a look through the documentation
suggests that something along those lines would get it done.