Zeb: Having the RBM file in the right place is the big thing.
Hope this is useful.
Bruce
--file: CreateChart_A100_GenFundDeposits.rmd
--rbse: AssnFinance
--auth: BChitiea
--crea: 2012-0809
--updt: 2014-0418
--Input Table: Chart_A100_GenFundDeposits_t
--Created By: CreateTable_A100_GenFundDeposits.rmd
--GOTO Exit
DEBUG SET TRACE ON
SET ERROR MESSAGE 2077 OFF
DELETE Chart_A100_GenFundDeposits.jpg
SET ERROR MESSAGE 2077 ON
SET VAR vImage TEXT = NULL
SET VAR vReportHeader TEXT = NULL
SET VAR vReportFooter TEXT = NULL
PLUGINS RCHARTS +
FILENAME Chart_A100_GenFundDeposits.rbc +
|SAVE_TO_JPG Chart_A100_GenFundDeposits.jpg +
|LEGEND_VISIBLE ON +
|IMAGE_WIDTH 1050 +
|IMAGE_HEIGHT 660
SET VAR vImage = 'Chart_A100_GenFundDeposits.jpg'
SET VAR vReportHeader = 'General Fund Monthly Deposits'
SET VAR vReportFooter = 'Chart_A100_GenFundDeposits.rbc'
PRINT Chart_A100_GenFundDeposits_rpt +
OPTION SCREEN +
|WINDOW_STATE MAXIMIZED +
|SHOW_CANCEL_DIALOG ON +
|PAGE_SETTINGS FIRST +
|ZOOM_TYPE PERCENTAGE +
|ZOOM_PERCENT 98 +
|PREVIEW_CAPTION General Fund Deposits
CLEAR VAR v%,RBTI_REPORT_NAME
PAUSE 2 USING 'CreateChart_A100_GenFundDeposits.rmd' +
CAPTION 'd:| End of Program' +
OPTION MESSAGE_FONT_NAME Calibri +
|MESSAGE_FONT_SIZE 11
DEBUG SET TRACE OFF
LABEL Exit
RETURN
From: [email protected] [mailto:[email protected]] On Behalf Of Zeb Zbranek
Sent: Tuesday, June 10, 2014 7:46 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - R:Chart-Plugin not creating JPG file for report
I have the following command file and it is not creating a JPG. When I
created the JPG in R:Chart, it works beautifully in the report. I even ran
the command file, with the manually created JPG file and it worked. I have
reviewed the RRBYW18 program and the charts in that do not print either. I
have reviewed all the bulletins and tried everything I can to no avail. It
worked once, but I was never able to get it to repeat. What am I doing
wrong?
PLUGIN RCharts.RBL + (I have tried it with RBL and without, to no
avail)
FILENAME GraphAC.RBC +
|SAVE_TO_JPG GraphAC.jpg +
|IMAGE_WIDTH 1129 +
|IMAGE_HEIGHT 810
SET VAR vImage = 'GraphAC.jpg'
-- Print Report
CLS
PRINT GraphAC +
OPTION SCREEN|WINDOW_STATE MAXIMIZED +
|ZOOM_TYPE PERCENTAGE +
|ZOOMPERCENT 98 +
|PREVIEW_CAPTION Running R:BASE Your Way!
SET ERROR MESSAGE 2077 OFF
--DELETE GraphAC.jpg
SET ERROR MESSAGE 2077 ON
RETURN
Zeb Zbranek
Zbranek Firm, P.C.
1937 Trinity Street
Liberty, Texas 77575-2050
Telephone: 936-336-6454
Facsimile: 936-336-6039
The information contained in this message from Zbranek Firm, P.C. and any
attachments are confidential and intended only for the named recipients. If
you have received this message in error, you are prohibited from copying,
distributing or using the information. Please contact the sender immediately
by reply e-mail and delete the original message.