ole_ob=ole_schriftstueck.object.application.wordbasic
ole_schriftstueck.object.MailMerge.OpenDataSource(g_datafilename,0)ole_schriftstueck.object.MailMerge.OpenHeaderSource(g_datafilename,0)
ole_schriftstueck.object.MailMerge.Execute
This works. ole_schriftstueck is the OLE-Control of Powerbuilder.
But the call of Word-FIND in the same matter provides errors: syntax error,
"name not found accessing external object property", "cannot convert string
in any variable to powerobject"
Who can help?
Silke