Page 1 of 1

Still not printing

Posted: Wed Feb 22, 2006 8:02 am
by 9083304
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

Posted: Mon Feb 27, 2006 12:21 pm
by Pep
Hi,

does the example I've posted into our newsgroups at news://www.steema.net/steema.public.attachments newsgroup (with the same subject) works fine for you ?