My experience was that as long as the file did not exist, I did get output as expected. Having said that, I haven't had time to revisit the conditions that did not produce the desired results and I'm in the middle of a few projects at the moment. When I have a chance to go back to it, I'll let you know if I come up with a better explanation. You could drop Craig a note, too, although I wouldn't expect an immediate reply.
rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sytze de Boer Sent: Friday, August 07, 2009 1:06 AM To: [email protected] Subject: Re: GridExtras fun Richard If you are correct, then the following should be a workaround ? IF FILE("GRIDEXCEL.XLS") DELETE FILE gridexcel.xls ENDIF *m.lcXLSFile = This.GetMyDocumentsPath() + SYS(2015) + ".xls" *m.lcXLSFile = PUTFILE("Export to Excel:", m.lcXLSFile, "XLS;XLSX;XLSM;XLSB") m.lcXLSFile=SYS(5)+CURDIR()+"GRIDEXCEL.XLS" _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/df1eef11e586a64fb54a97f22a8bd04406552e7...@ackbwddqh1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

