Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling permanently intellisense
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00566174
Message ID:
00566669
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform