Difference: CDChartSetCurrent (1 vs. 4)

Revision 42012-02-19 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"
 

.CHART SET CURRENT

This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec.

Revision 32011-09-14 - JeanNeron

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

.CHART SET CURRENT

Line: 7 to 7
 

Usage:

      PASS         <chart_spec_name>          FIELD            SHARE? N
Changed:
<
<
GOSUB CHT .CHART SET CURRENT
>
>
GOSUB 0CD .CHART SET CURRENT
 
    • Check for error
Changed:
<
<
IF CHT .CHART SET CURRENT NE
>
>
IF 0CD .CHART SET CURRENT NE
 

Description:

<chart_spec_name> identifies the name of a previously initialized chart spec which is to become the "current" chart spec.

Revision 22010-03-20 - SteveFrizzell

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="ChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorDesignerAPI"
 

.CHART SET CURRENT

This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec.

Line: 28 to 28
 
<--/commentPlugin-->

-- SteveFrizzell - 2010-03-17

Added:
>
>
META TOPICMOVED by="SteveFrizzell" date="1269082372" from="Main.ChartSetCurrent" to="Main.CDChartSetCurrent"

Revision 12010-03-17 - SteveFrizzell

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="ChartDirectorDesignerAPI"

.CHART SET CURRENT

This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec.

Usage:

      PASS         <chart_spec_name>          FIELD            SHARE? N
      GOSUB    CHT .CHART SET CURRENT
      *        Check for error
      IF       CHT .CHART SET CURRENT         NE

Description:

<chart_spec_name> identifies the name of a previously initialized chart spec which is to become the "current" chart spec.

Passing this parameter is optional.

If the <chart_spec_name> parameter is not passed, then the "unnamed" chart becomes the "current" chart.

If the <chart_spec_name> parameter is passed, then the chart spec with the specified name becomes the "current" chart.

This subroutine sets a result value in the corresponding results Token field.

Comments:

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


<--/commentPlugin-->

-- SteveFrizzell - 2010-03-17

 
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