I have a VB6 program that prints a report for every doctor looping through the datatable
What I need to do is direct these reports to PDFCreator and the outputfile name must be that of the doctor. It must create all these files without asking me the filename for every doctor. In the program this name is stores in a viarable called mFileToPrint
How do I get this to work. I have played aroud with the setup of PDFCreator but simply cannot find the sollution