Mensaje
General information
Foro:
Visual FoxPro
Category:
Programación, sintáxis y comandos
Miscellaneous
ID de la conversación:
00523597
ID del mensaje:
00524450
Views:
13
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
Responder
Mapa
Ver