Excel can't find file

Project:Prolint Issue Tracker
Component:Outputhandlers
Category:bug report
Priority:normal
Assigned:jurjen
Status:closed
Description

Excel doesn't have the same working directory as the Progress session, so it can't find the xml file prolint is trying to make it open when it has a relative path. Need to change logexcel.p (near the end) to open the file like so:

file-info:file-name = Logfile.
chExcel:Workbooks:OPEN(file-info:full-pathname).

Also the comment right after that about the release statement closing excel puzzles me, since when I put the release statement back in Excel does not close.

-Tim Townsend


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jurjen's picture

#1

Assigned to:Anonymous» jurjen
Status:active» fixed

Thanks. Done and checked in into Subversion as revision 329.


#2

Status:fixed» closed