Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making intellisense see code in header file in developme
Message
From
23/06/2016 15:19:45
 
 
To
23/06/2016 14:44:54
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01637619
Message ID:
01637625
Views:
58
>>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,

Thank you, Walter !
Previous
Reply
Map
View

Click here to load this message in the networking platform