Hi,
I have a dataset with data on my form created the following way: ->a DBGrid1 on myform with property DataSource set to DataSource1. ->a DataSource1 with property DataSet set to ClientDataset1 ->a ClientDataSet with property ProviderName set to XMLTransformProvider1. and property Active to True. ->a XMLTransformProvider1 with the property FileName set to a xml-filename. ->and a DBNavigator with the propery DataSource set to DataSource1. ->and I have set the 3 columns:'dt','tm' and 'val' as persistend fields in the DBGrid.
My question is how to print a dbgrid, I have read something about a quickreport. But don't understand much of it. Who knows the answer and is willing to help me
Peter
|