Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making intellisense see code in header file in developme
Message
De
23/06/2016 14:44:54
Walter Meester
HoogkarspelPays-Bas
 
 
À
23/06/2016 13:33:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01637619
Message ID:
01637624
Vues:
68
>Hi,
>
>I'm trying to find a practical way to trick VFP into giving me intellisense customized for the application I am am working on.
>Start with the fact that the following code gives the intellisense I need, specific to one application. Another application would be different code.
>
>
>#IF .F.
>	LOCAL loConfig AS HtmlDataGridConfig OF wwHtmlHelpers.prg
>	LOCAL loCol AS HtmlDataGridColumn OF wwHtmpHelpers.prg
>	LOCAL loEmp AS busPlemp OF busPlemp.prg
>	LOCAL loDeu AS busPldeu OF busPldeu.prg
>	LOCAL loHpl AS busPlhpl OF busPlhpl.prg
>	LOCAL loHin AS busPlhin OF busPlhin.prg
>	LOCAL loHde AS busPlhde OF busPlhde.prg
>#ENDIF
>
>
>This code has to be pasted into each procedure and updated as requirements change over time.
>
>Wonder if there may be a way to place the code in a single header file which is then #INCLUDEd it in such a way that is not only available at runtime, but also available to intellisense during development.
>
>Any ideas? TIA,
>
>Alex

IntellisenseX in thor. You can create aliases that will provide you with intellisense for public objects.

Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform