Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling permanently intellisense
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00566174
Message ID:
00566669
Vues:
16
Craig,

One thing I really like about it is its ability to show the properties and methods of COM servers. I've also uncovered what I think is a bug. This happened to-day when I was making some posts referencing the Windows Script Host. I opened a program file, and entered:
LOCAL oShell AS "WScript.Shell"
oShell = CREATEOBJECT("WScript.Shell")
oShell.Run("Notepad.exe")
* etc.
Naturally, when I was typing the third line, got a list of the PEMs for that object. Later, I opened another program file (without exiting VFP 7) and entered
LOCAL oNet AS "WScript.Network"
oNet = CREATEOBJECT("WScript.Network")
? oNet.UserName
Here, however, instead of getting the PEMs from the Network object, I got the one's from the Shell object, that I'd referenced before. The only work around I've found so far is to exiting VFP.
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