COMServer graphical output

dsavitsk dsavitsk at e-coli.net
Fri Dec 7 18:12:00 EST 2001


"Jens Gelhaar" <cuiod-tec at web.de> wrote in message
news:efc75b6a.0112052311.2345f838 at posting.google.com...
> "dsavitsk" <dsavitsk at e-coli.net> wrote in message
news:<_6tP7.5693$Rw2.4095674 at newssrv26.news.prodigy.com>...
> > It doesn't seem that this is a COM question at all?  The COM server
should
> > get the data from Access, do whatever to the data, then return it as per
> > normal.
>
> What I trying to do is: The GUI is sending me same datas and I like to
> return a chart as a bitmap or something else. I know, I could write
> the bitmap in a file and open the file from the GUI, but this is
> simply to slow.
>

* * *

The best way to do this is to do the processing on the client side.  return
the data that will make the chart and use a VB charting ocx to generate it.
also, see python programming on win32 (pg 166) on how to use excel to do
this.

-d





More information about the Python-list mailing list