Hi, you may use DDE; something like this;
DDEClient ddeclient;
;
DDEClient = new DDEClient('winword','system');
if(ddeclient && ddclient.isvalid())
{
ddeclient.execute('[yourmacro.goeshere()]')
}Henrik Østergård
-----Oprindelig meddelelse----- Fra: pbercher [mailto:[EMAIL PROTECTED] Sendt: 16. oktober 2003 16:07 Til: [EMAIL PROTECTED] Emne: [development-axapta] Document handling / Word Marcos / Axapta 2.5 SP2
Hello,
we use the document handling to fill out a word doc (put text from axapta via bookmarks) Is there also a way to call WordMarcos (in the template) via the document handling?
THX
Pirmin
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor ADVERTISEMENT
click here
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

