DCOM Reference, not listed Syntax

Tim Heesch

Posted on 25.08.2010 13:28
I've got the DCOM reference for Dewesoft 6.4 from June 2006 and i saw, that my Visual Studi offers me some commands which are not listed in the Reference. E.g. i want to transfer dsd files to the farmos format. In the DCOM reference the command "deweapp.export" is listed, but my Visual Basic also offers me "deweapp.ExportEx". What is the difference? Is there maybe an newer DCOM Reference? I am working with Dewesoft 6.6.5 at the moment. I also search a possibility to get access to the setting "Export measurements into fields" which can be choosen when exporting dewesoft files to Famos....
Alexander Puchmayr

Posted on 29.09.2011 11:18
I am also looking for a newer documentation of dewesoft DCOM, especially for 7.0.x version. Where can I get one? I'd like to use the MS-Excel export with xlt-templates, invoked from an excel script, but I can't find a proper method for that.
Dejan Cencelj

Posted on 03.10.2011 09:06
Hello The documentation for DCOM7 is still not available. However I can help. To export to excel you must use. procedure [b]ExportData[/b](ExportType: Integer; TimeAxis: Integer; const FileName: WideString); ExportType:= 1; // EXCEL TimeAxis:= 0; // Relative time or TimeAxis:= 1; // Absolute time
Login to reply to this topic. If you don't have account yet, you can signup for free account .