Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mapping network drives
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00427412
Message ID:
00427466
Vues:
14
>George,
>
>PMFJI, but I think VFP is treating letters from A-J as a workareas. Try the following:
>
>j=CREATE("excel.application")
>j.application.quit() && error unrecognizable command
>j=.NULL.
>
>k=CREATE("excel.application")
>k.application.quit() && works
>
>SELECT j
>?SELECT() && returns 10
>
>In general, it's probably better to avoid 1 character variables. BTW, I just found another interesting one while testing above. The following causes VFP to quit:
>
>m=CREATE("excel.application")
>m.application.quit() && quits VFP on my system (VFP6 SP3)

Interesting. I agree, as I told Fred who made the same observation about the workareas.

>
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform