I'm hoping someone can point me in the right direction here. I've a medical claim report and need to set the data values. A good portion of the report's values I could set easily by simply binding/dropping the appropriate data field onto the proper place in the form.
However 23 lines of the report are given over to charges. There may be 1 or 23 when printed. The database attached to the report contains 8 dataset tables with relations set. With the exception of the Charges table the other 7 have a one-to-one relationship; Charges is a one-to-many.
I had to do something like this a few years back and decided to drop unbound text-boxes on the report, setting their values in VB at runtime. This worked when I was dealing with one record at a time; each claim form became its own print job.
I've considered doing it this way in VB.NET as well but want to handle the printing differently. I'd want to send a multi-page print job that contains a report object for each claim. Under CR8.5 there was a way to combine report objects when using the Viewer control. Idealy I would like to send the print job directly to the printer without user-intervention but if I have to use a similar (if it exists) method in CR9 to combine reports, I'll use the Viewer as well.
Hopefully I've explained this well enough. I'm not locked into any one programming plan but am obviously having my train of thought affected by how it was done in the past.
If anyone has suggestions on how I can accomplish this sort of thing I'd appreciate the input.
Thanks,
Oli
However 23 lines of the report are given over to charges. There may be 1 or 23 when printed. The database attached to the report contains 8 dataset tables with relations set. With the exception of the Charges table the other 7 have a one-to-one relationship; Charges is a one-to-many.
I had to do something like this a few years back and decided to drop unbound text-boxes on the report, setting their values in VB at runtime. This worked when I was dealing with one record at a time; each claim form became its own print job.
I've considered doing it this way in VB.NET as well but want to handle the printing differently. I'd want to send a multi-page print job that contains a report object for each claim. Under CR8.5 there was a way to combine report objects when using the Viewer control. Idealy I would like to send the print job directly to the printer without user-intervention but if I have to use a similar (if it exists) method in CR9 to combine reports, I'll use the Viewer as well.
Hopefully I've explained this well enough. I'm not locked into any one programming plan but am obviously having my train of thought affected by how it was done in the past.
If anyone has suggestions on how I can accomplish this sort of thing I'd appreciate the input.
Thanks,
Oli