Select printer when printing a Hiercubechart

Asked

Viewed 101 times

1

I have the library Hiercube, of this library use a Hiercubechart.
So far no problem.
But when printing the chart using the command HierCubeChart.Print, I cannot allow the user to select the printer to be printed. Finally I want to allow the user to select some print settings, IE, can be simply open the standard dialog box of Windows for printing... but I’m not getting it.

Someone uses this component and knows how to solve the posted above?

1 answer

1


A friend from work gave me a tip that solved the problem:
Add to Unit Vcltee.Teeedigene; Instead of calling the HierCubeChart.Print, call it that:

ChartPreview(Self,HierCubeChart);

Browser other questions tagged

You are not signed in. Login or sign up in order to post.