My given requirements changed from one day to the next. At first all I need to do was create a text document that shown when a PO was received(Partial or Complete) how the purchasing agent wish to distribute what was received.
Which I did in c# in a short method.
Then I had to be able to recall old reports. So I rolled out a new report Save and View methods.
Now, I was asked to save the Report(s) as a PDF. I am now thinking I would have been better off starting with Crystal Reports in the first place.
I created my Schema.xsd file first then I created my Rpt file grouping like my text report (so I thought) see the attached text file.
My CR Report looks nothing like my Text Report. Can someone give me a push in the right direction?