C
chuck.streb
Because Chart Type literal constants don't work in Access. I haven't
figured out why.
I have been using the numbers associated with the constants.
I have a problem now where the following string works on forms (Example
1
) but not in reports.
Example 1
GraphName.Object.Application.Chart.ApplyCustomType ChartType:=(22),
Name:="name of custom plot"
Example 2
This is what does work in reports. But it does not let me use my custom
graphs.
GraphName.Object.Application.Chart.ApplyCustomType ChartType:=(4)
Does anyone know how to get Example 1 to work in reports???
I think I have hit a dead end.
figured out why.
I have been using the numbers associated with the constants.
I have a problem now where the following string works on forms (Example
1
) but not in reports.
Example 1
GraphName.Object.Application.Chart.ApplyCustomType ChartType:=(22),
Name:="name of custom plot"
Example 2
This is what does work in reports. But it does not let me use my custom
graphs.
GraphName.Object.Application.Chart.ApplyCustomType ChartType:=(4)
Does anyone know how to get Example 1 to work in reports???
I think I have hit a dead end.