Page 1 of 1

TExcel class - problema inconsistente al abrir fichero XLS-

Posted: Sat Mar 31, 2007 4:35 pm
by George
Estoy usando la clase TExcel, muy buena por cierto, de Víctor Manuel Tomas Díaz [Vikthor].

En *ALGUNAS OCASIONES* cuando ejecuto el programa, al momento de este tratar de abrir la tabla Excel, consigo el siguiente error:

Code: Select all

Application
===========
   Path and name: C:\_AML_SOFT\sat1.exe (32 bits)
   Size: 2,427,904 bytes
   Time from start: 0 hours 0 mins 16 secs
   Error occurred at: 03/31/2007, 11:07:07
   Error description: Error Excel.Application:WORKBOOKS/16389  E_FAIL: OPEN
   Args:
     [   1] = C   C:\34444 LA CASA MUSICAL\Copy of TransactionsFile.xls

Stack Calls
===========
   Called from: win32ole.prg => TOLEAUTO:OPEN(0)
   Called from: TEXCELS.PRG => TEXCELSCRIPT:OPEN(299)
Alguna sugerencia?

Saludos

George

Posted: Tue Apr 03, 2007 4:19 pm
by sysctrl2
oExcel:End( .t. ) // .t. cierra el xls .f. lo deja read only
oExcel := NIL


saludos..