I have a few reports in my app that are created using the pdfwriter library. The reports are set up in a few different activities. I would like to have the reports in 1 place that can be accessed from any other activity. That way if I change or add a new report, I only have to change or add it once.
I created a test app to try to get it working but am having no luck. I can see the data that is created by using PDFWriter1.outputToScreen but it never goes any farther after PDFWriter1.ConverseDocument by going to the PDFWriter1_ConversionDone (content As String) sub.
Is a code module not what I need here?
I created a test app to try to get it working but am having no luck. I can see the data that is created by using PDFWriter1.outputToScreen but it never goes any farther after PDFWriter1.ConverseDocument by going to the PDFWriter1_ConversionDone (content As String) sub.
Is a code module not what I need here?