Noone else is having this problem? For each print I receive several consecutive error messages that I have to click through to get the point where I can save the pdf. The error messages pertain to lines 50070 through 50100 in the source code below. My previous post only shows the text version of the first popup error message, but the next ones each refer to a different line number.
_______________________________________________
Public Sub SetFontControls(ctls As Variant, ByVal Fontname As String, ByVal Charset As Long, ByVal Fontsize As Long) '---ErrPtnr-OnError-START--- DO NOT MODIFY ! --- On Error GoTo ErrPtnr_OnError '---ErrPtnr-OnError-END--- DO NOT MODIFY ! --- 50010 Dim ctl As Control, ts As TabStrip, df As dmFrame, f As StdFont, trv As TreeView 50020 50030 If LenB(Trim$(Fontname)) = 0 Then 50040 Exit Sub 50050 End If 50060 50070 Set f = New StdFont 50080 f.Name = Fontname 50090 f.Size = Fontsize 50100 f.Charset = Charset __________________________________________
If I click the options button within the pdfcreator program, I get even more of these popups that I have to click through. Also, each time I print it leaves a new PDFCreator.exe*32 process running.