Apparently it should be as easy as:
treenode _treeNode;
str projectname = 'JD_Projekt';
_treeNode = infolog.projectRootNode();
_treeNode = _treeNode.AOTfirstChild();
upgradeNode = _treeNode.AOTfindChild(projectName);
upgradeNode.getRunNode();
upgradeNode.treeNodeExport('c:\\temp\\expfile.xpo');
but the only content of the export-file is the project-header. Anyone got an idea ?
Regards
Jan Stelsig Dahlsgaard
Fujitsu
[Non-text portions of this message have been removed]
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

