22 Jul
2002
22 Jul
'02
8:09 a.m.
On Saturday 20 Jul 2002 1:02 am, Greg Conway wrote:
Anyway, what I want to do exactly is call Word with a stream of data, to perform a Mail Merge. I'm converting some script that already runs in Visual Basic, is it possible to get a Visual Basic script plug-in for Zope?
Youve already got some code? thats a good start. Use VB to wrap it up in an in-process COM object, and use python's COM support in an external method to call it. The one major gotcha is getting COM initialized correctly. Unless you add some code, this will happen wrong by default. One of these should help: http://www.google.com/search?q=dickenson+coinitializeex