Hi there,
I recently read a post where somebody was requesting a new filename token that would only specify date, not datetime.
I downloaded the source for 1.2.0 last month, and have been playing with it. I've figured out which modules need to be modified to implement such a request.
I've successfully copied and renamed the PDFCreator modules to seperate them from originals, and am able to compile the PDFCreator.exe. However, when I load the PDFCreator.vbg group and compile it, I get an error in the PDFSpooler project...although I haven't changed anything there.
The error is "Variable Not Defined" in module modMain, right at the bottom, last statements Select Case ErrPtnr.OnError("modMain", "Main")
There is no ErrPtnr "object" or "form" as in the PDFCreator project, and I can't seem to load the form from the PDFCreator project, but I don't think that is the problem anyways. Even if I load the PDFSpooler project alone, I still get the same compiler error.
Got any suggestions?
Cheers, CB.