|
16.12.2010, 06:13 | #1 |
сибиряк
|
X++: str fileNameToURL(str _fileName) { ; return strFmt("file:///%1", strReplace(_fileName, @'\', '/')); } oDocument = oDeskTop.loadComponentFromURL(this.fileNameToURL(@"C:\имяшаблона.xls"), "_blank", 0, arg);
__________________
С уважением, Вячеслав. |
|