r Nielsen
To: development-axapta@yahoogroups.com
Sent: Monday, February 07, 2005 5:54 PM
Subject: RE: [development-axapta] To Open any file
--
email-body was scanned and no virus found
Virus Warnin
:54 PM
Subject: RE: [development-axapta] To Open any file
--
email-body was scanned and no virus found
Virus Warning Message (on india.euroinfosys.com
Hi Shruti,
You will find some examples in CRM module
Regards
harry
_
From: Shruti [mailto:[EMAIL PROTECTED]
Sent: Monday, 7 February 2005 6:30 p.m.
To: development-axapta@yahoogroups.com
Subject: [development-axapta] To Open any file
You can access Word/Excel etc. through COM, please see the example below:
COM comAppl;
COM comDocuments;
COM comDocument;
COM comRange;
#define.Word('Word.Application')
#define.Normal('Normal.dot')
comAppl = COM::getObject(#Word);
if (! comAppl)
comAppl = new COM(#Word);
comAppl.vi
4 matches
Mail list logo