Hi.
I recently posted a question about printing the MsChart.
Dr. JavaJoe helped me by refering me to the following link.
This page suggests that I can do this to print the MsChart control, but I'm sure that they are missing something, cause it didn't work for me...
It seems to me that they have missed a line of code, not?
This is there code:
MSChart1.EditCopy
DoEvents ' may be needed for large datasets
Printer.Print " "
Picture1.PaintPicture Clipboard.GetData(), 0, 0
Printer.EndDoc
But they should have added this line:
MSChart1.EditCopy
DoEvents ' may be needed for large datasets
Printer.Print " "
Picture1.PaintPicture Clipboard.GetData(), 0, 0
*** Printer.PaintPicture Picture1.Image,0,0
Printer.EndDoc
I was just wondering.....
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
I recently posted a question about printing the MsChart.
Dr. JavaJoe helped me by refering me to the following link.
This page suggests that I can do this to print the MsChart control, but I'm sure that they are missing something, cause it didn't work for me...
It seems to me that they have missed a line of code, not?
This is there code:
MSChart1.EditCopy
DoEvents ' may be needed for large datasets
Printer.Print " "
Picture1.PaintPicture Clipboard.GetData(), 0, 0
Printer.EndDoc
But they should have added this line:
MSChart1.EditCopy
DoEvents ' may be needed for large datasets
Printer.Print " "
Picture1.PaintPicture Clipboard.GetData(), 0, 0
*** Printer.PaintPicture Picture1.Image,0,0
Printer.EndDoc
I was just wondering.....
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)