Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7 Intellisense Tip
Message
From
27/06/2001 19:10:50
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00523597
Message ID:
00524450
Views:
11
You can use ClassNavigator by Michael G. Emmons at Flash. There may even be a copy here for download in the files section (http://www.levelextreme.com/wconnect/wc.dll?UniversalThread~2,54,Forum=5,28,1359). With it you have a graphic interface to your programmatic class files.


>In this month's [June] of FoxTalk, Doug Hennig mentions in his article some pro's and con's of PRG -vs- VCX based classes. The big advantage of a PRG based class is it is very difficult to corrupt with respect to the corruptibility of a table [and memo field] based VCX.
>
>One of the disadvantages of the PRG based class is the PEM sheet is not available. However, you can make intellisense available to at least get your properties setup. For example:
>*create a test.prg file
>DEFINE CLASS txtBox as TextBox
>
>   LOCAL tb as textbox  && activates IS. Remove this when done
>   tb.BackStyle = 0
>   tb.BorderStyle = 1
>   tb.Comment = 'custom textbox'
>   tb.FontBold = .T.
>
>   procedure Init  && beyond this point TB. no longer triggers IS.
>
>Once you get what you need out of IS, just cleanup your code to remove what is no longer needed [e.g., tb. and LOCAL tb as textbox].
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform