Hi,

I'm sure many of you will think this is a wierd and harder way to create reports but I want anything I create to be saved to PDF automatically and then print. Plus, I don't have a reporting control for my VB6 but do have ASPPdf that can be used with VB6.

So technically I could write any of my report data using this control and use for reports right? I just have to loop through any datasets manually and write to the report data to the pdf file. I just have to determine the coordinates to move down for each line line based on the font size and spacing.

That would work though right?

Thanks