Page 1 of 1

RMCHART QUESTION

Posted: Tue Jun 30, 2015 9:19 am
by bobvolz
I am starting to use DCRMCHART commands extensively.
In the Express samples there is a function:

PrintChart(oRmChart)
oRMChart:draw2Printer(2)


From the RMChart DLL documentation I believe the numerical parameter of 2 should set the printer mode to landscape. But it just prints in portrait.

Roger (or anyone else) can you elaborate on any other options that the draw2Printer method has? For instance are there any printer choice options etc.

Or would it be better to use draw2file and then print the file with DCPRINT BITMAP?

Any suggestions would be helpful.

Thanks'

Bob Volz

Re: RMCHART QUESTION

Posted: Tue Jun 30, 2015 5:00 pm
by rdonnay
Or would it be better to use draw2file and then print the file with DCPRINT BITMAP?
I think this is a much better idea because you have many more options with DCPRINT.