Problem with V. Foxpro and Excel

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JAJAT
Newbie
Newbie
Posts: 4
Joined: Sat Jul 14, 2012 9:28 am

Problem with V. Foxpro and Excel

Post by JAJAT »

I installed visual studio 6 and microsoft office 2003 in the same wineprefix but when I execute this code it doesn't work

Code: Select all

Public goExcel,goApp
lcRute  = Sys(5) + Curdir() + "something.xls"
goExcel = Getobject(lcRute) 
goApp   = goExcel.APPLICATION
goExcel.Windows(1).Visible = .t.
i get this message error: OLE error code 0x800401e3: Unknown COM status code
But in windows works fine.
My guess is maybe it needs a key registry, maybe the shellex from .xls
I'm not sure.

Any help???

Thanks
Locked