Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yet more excel trouble
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00980651
Message ID:
00980671
Views:
61
Again I send just only Your question :o((( Sorry

What happens If You change the code like this:
old_error = ON("ERROR")
fl_error = .f.
ON ERROR fl_error = .f.
oExcel = CreateObject("Excel.Application")
ON ERROR &old_error
IF fl_error .OR. TYPE("oExcel") # "O" .OR. ISNULL(oExcel)
   MessageBox("I can't create an Excel Object", 0, "Warning")
   RETURN .f.
ENDIF
oWorkbook = oExcel.workbooks.open(alltrim(basevars.baseljb) + "LaserJobbag.xls")
...
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform