Still not printing
Posted: Wed Feb 22, 2006 8:02 am
Hi Narcis
Just worried that this got overlooked in my lost topic re: v6 Printing. My original question was around printing custom text. You suggested I use the procedure as described in the example app, which is actually already what I was doing.
However, when looking at the preview panel on screen, the text appears. When I print it is not visible? Here is a code snippet, from the OnAfter_Draw event:
With taPreview.Canvas
.Pen.Visible = True
.Font.Color = vbBlue
.Font.Size = 12
.TextOut taPreview.PaperRect.Left + 50, taPreview.PaperRect.Top + 20, "Chart Name"
End With
Thanks
Just worried that this got overlooked in my lost topic re: v6 Printing. My original question was around printing custom text. You suggested I use the procedure as described in the example app, which is actually already what I was doing.
However, when looking at the preview panel on screen, the text appears. When I print it is not visible? Here is a code snippet, from the OnAfter_Draw event:
With taPreview.Canvas
.Pen.Visible = True
.Font.Color = vbBlue
.Font.Size = 12
.TextOut taPreview.PaperRect.Left + 50, taPreview.PaperRect.Top + 20, "Chart Name"
End With
Thanks