Opened 14 years ago
Closed 14 years ago
#1007 closed defect (fixed)
TOL se cae si se intenta abrir y cerrar un archivo excel que está abierto por una aplicación externa
Reported by: | Víctor de Buen Remiro | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Excel API | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Si se abre un archivo excel, por ejemplo desde el explorador de windows, y luego se intenta hacer esto desde TOL
Real xls = Excel.Open(filePath); Real Excel.Destroy(xls);
entonces TOL se cae sin más.
Note: See
TracTickets for help on using
tickets.
(In [2759]) Fixes #1007
All members must be initialized in the constructor clause : to avoid this type of problems