You all helped me in opening a Word file in Vista so it is off the task bar.
Now I have tried for a while to open an Excel File using VFP8 and have it up
front. I have been trying most tricks with no luck.
oWORKBOOK = GETOBJECT("C:\TEST1.XLS")
oWORKBOOK.APPLICATION.VISIBLE = .T.
oWORKBOOK.WINDOWS[1].ACTIVATE()
This does open the file but it always ends up on the taskbar. How do you get
it to open up so the user can just start using it and not have to look on
the taskbar for it??
The trick you all showed me of opening word up first as 2 and then 0 worked
fine for Word but how would one go about doing this in Excel?
TonySper