Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense not working. Try this...
Message
 
To
16/10/2007 14:45:32
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01261329
Message ID:
01261379
Views:
14
Have you tried taking out the quotes (")
PUBLIC oHTTP AS Microsoft.XMLHTTP
oHTTP = CREATEOBJECT("Microsoft.XMLHTTP")
oHTTP.
>From the command window the following works:
>
>PUBLIC oMSDOM AS "Microsoft.XMLDOM"
>oMSDOM = CREATEOBJECT("Microsoft.XMLDOM")
>oMSDOM. <--Intellisense kicks in here as expected!!!
>
>Now in a prg, type the same thing and you'll see that no intellisense happens.
>
>If you try the following from the command window or in a prg, intellisense works:
>
>PUBLIC oHTTP AS "Microsoft.XMLHTTP"
>oHTTP = CREATEOBJECT("Microsoft.XMLHTTP")
>oHTTP.
>
>Why the inconsistency? This happens in both VFP9 SP1 and SP2.
>
>Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform