Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why doesn't Intellisense work for PUBLIC variables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00596149
Message ID:
00596226
Vues:
26
>I have declared a PUBLIC recordset object. However intellisense does not work when i try to use the object inside a function, even if it's in the same file. Is there a reason? Any alternatives I can use?

Intellisense doesn't look outside of the current function to get variable types. The alternative is, assign the public variable to a local one, and use the LOCAL AS.

One thing, why are you using a public object? There is almost always a better solution than a public variable.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform