|
By patvdv at 26 Feb 2008 - 21:57
|
|
tt.chm.charttype()
Syntax
long tt.chm.charttype( string appl(40), string chart_type(16))
Description
This checks if the specified chart type is present in the specified Chart Manager application.
Arguments
|
appl
|
The name of the Chart Manager application. This takes the form: ppmmxxxx, where pp is the package code, mmm is the module code, and xxx is the name of the Chart Manager application. This argument must refer to a record in the Maintain Chart Manager Application Data session (ttchm1500m000).
|
|
chart_type
|
The chart type.
|
Return values
- 0 : success
- 1 : error; chart type or application not found
Context
3GL library function.
Related topics
|