Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense Manager
Message
 
To
14/05/2004 10:14:06
Omar Bellio
Soluciones Informáticas
Buenos Aires, Argentina
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00904060
Message ID:
00904163
Views:
19
>When I define a class in a prg, I wish to get the intellisense for its properties and methods properly capitalized according to my definition and also with help string, as if it were a native class.
>
>Which are the steps to achieve this?
>
>Thanks in advance

Hello Omar,

See if this sample helps:
*Myform.prg
DEFINE CLASS myform as Form 
ENDDEFINE 
Save the above code as myform.prg.
Then open up a new prg window using MODIFY COMMAND and type the following:
*Myform2.prg
PUBLIC loform as myform OF myform.prg && This is the key step 
loform.  && When you type the dot, you should see your properties, methods. 
Dawa
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform