Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatically tell WHICH row in grid is selected?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363425
Message ID:
00364266
Views:
17
Hi Charlie,

As for me personally, I never use base VFP classes even for simple forms. We have our wgcontrols, which reside under commonwg\classes and always in the path. They are basically the same as VFP base classes with few exceptions:
wgform - property ShowTips=.t.
wgtextbox - SelectOnEntry=.t.
wggrid - lots of custom PEMs (most of them created by me).

Per my request we added InGrid (with my modifications) and Cetin's ExpEditBox (?) in our wgclasses. The latest, however, is not very convenient for grids, unfortunately.
I'm still waiting Cetin to send me his new class, which is more convenient for grid.

I just wanted to emphasize the significance of subclassing VFP base classes to original creator, that's it.

>Hi Nadya:
>
>Yeah, as far as I know, you can't add PEMs to the base classes that ship with VFP. You'd have to create a subclass. Anyway, its considered good practice to create your own base classes by subclassing the native controls.
>
>Charlie
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform