RMCHART QUESTION

This forum is for eXpress++ general support.
Post Reply
Message
Author
bobvolz
Posts: 117
Joined: Sun Jan 31, 2010 11:25 am

RMCHART QUESTION

#1 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: RMCHART QUESTION

#2 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply