strchartfile = exportcharttogif(objchartspace, strchartabspath, strchartrelpath)
response.write "<img src=""" & strchartfile & """>" & "<p>"
cleanupgif strchartabspath
objrs.close
set objrs = nothing
set objconn = nothing
set objseries = nothing
set objchart = nothing
set objchartspace = nothing
%>
</div>
</body>
</html>
使用这个组件的注意事项:
1。在office2000的光盘上,有一个msowc.msi的可执行文件.ok
2。建议大家用visual interdev6.0开发,代码的自动提示功能此时会发挥出极大的作用。