Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense not working. Try this...
Message
 
À
16/10/2007 14:45:32
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01261329
Message ID:
01261379
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform