Difference: CDChartRender (8 vs. 9)

Revision 92013-05-28 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"

.CHART RENDER

Line: 7 to 7
 

Usage:

      PASS         <chart_pathname>           FIELD            SHARE? Y
Changed:
<
<
GOSUB 0CD .CHART RENDER
>
>
SUBR 0CD .CHART RENDER SUBPROCESS END? N FAIL 0
 
    • Check for error IF 0CD .CHART RENDER NE

Description:

Line: 21 to 21
 If the <chart_pathname> value that is passed is not blank, then the value passed must either be the desired file name or the desired full pathname (directory and file name) for the chart file that is to be created. If a file name is passed, then the system will create the chart file using the specified name in the default chart directory specified in the system parameter file. If a full pathname is passed, then the system will create the chart file using the specified full pathname.

If .CHART RENDER is not blank, .CHART RENDER ERROR may contain more details. Since this might contain HTML code (if it's a PHP error), you should display this in an HTML Viewer control.

Added:
>
>
Also notice the use of SUBR to invoke this routine. This is a large process, and by invoking it as a separate process it will reduce the compile time and Em size of your process.
 

Comments:

Read what other users have said about this page or add your own comments.

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback