Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Wizards - where's the beef
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00321818
Message ID:
00322176
Views:
27
>(this isnt necessarily for Erik, I just picked somewhere near end)
>
>So ok, < smirk >
>Now that I found the additional wizards (amazing what you can see when you actually extract xsource.zip).
>
>And we've all determined I'm NOT talking about the general VFP app wiz (heee heee heee... never knew being braindead was contagoius!)
>
>And I've played with the guts of the pivot wizard half the night (ya know there is a really neat class definition for oPivot objects that could be extremely useful to build a semi-dynamic reporting app)...
>
>What the easiest way nowadays to verify Excel is installed on the user's machine before launching an external app like this to do it's thing? Check the reigstry?

Have not used the wiz your talking about but I have a lot of users that just delete the directory with out doing an uninstall. I think I would stick with
on error errflag=.t.
create object excel
if errflag=.t.
   no excel
else
   do it
endif
Of course you will want to save and reset your on error.


Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Reply
Map
View

Click here to load this message in the networking platform