Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalif Path Error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00726386
Message ID:
00726416
Vues:
20
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform