All:

RBase 9.1_64 Latest

I use the code in the "CHART" section below to generate a chart from the
notorious view discussed yesterday.

The "PRINT SETUP" section configures printing of the JPG.

But what prints the file from within RBase? I'm just not finding it.

Thanks.

Bruce

--CHART
  PLUGIN RCHARTS +
  FILENAME chMonthlyIncomeSummary.rbc +
  |SAVE_TO_JPG chMonthlyIncomeSummary.jpg +
  |IMAGE_WIDTH 1000 +
  |IMAGE_HEIGHT 400 +
  |LEGEND_VISIBLE ON

--PRINT SETUP
  PRNSETUP 'HP LJ P1606dn NET'
  PRNSETUP 'LETTER'
  PRNSETUP 'AUTO'
  PRNSETUP PORTRAIT
  PRNSETUP SIMPLEX

--PRINT
  ??


Reply via email to