Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalif Path Error
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00726386
Message ID:
00726416
Views:
13
Hi Reg,

It's not helpfull when you say 'does not work' because it can mean anything: blows up, generates error, does nothing, e.t.c.

>In playing around some more so I could answer you intelligently I have discovered that something like this does not work:
>
>IF ((FILE("SUPERCLS.PRG") OR FILE("SUPERCLS.FXP")) ;
> AND FILE("SUPERCLS.VCX") AND FILE("SUPERCLS.VCT")) ;
> OR FILE("SUPERCLS.APP")
> DO SuperCls
>ENDIF
>
>but
>
>DO SuperCls.app
>
>works.


VFP8 has 'View Parent Code' button/shortcut menu, so you may not need SuperCls anymore. Also DO SuperCls w/o parameters clears SuperCls from memory. You've to call it with parameters, DO SuperCls WITH ,,0

>also
> do a
>does not work, but
> do a.prg
>does
>
>
>Is VFP 8 that much more fussy about its commands?


I don't see why it would in this case.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform