TExcel class - problema inconsistente al abrir fichero XLS-

Post Reply
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

TExcel class - problema inconsistente al abrir fichero XLS-

Post 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
User avatar
sysctrl2
Posts: 833
Joined: Mon Feb 05, 2007 7:15 pm
Contact:

Post by sysctrl2 »

oExcel:End( .t. ) // .t. cierra el xls .f. lo deja read only
oExcel := NIL


saludos..
Cesar Cortes Cruz
SysCtrl Software
Mexico

' Sin +- FWH es mejor "
Post Reply