Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing class library references for objects
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00151484
Message ID:
00151791
Vues:
20
Your points are well taken! Thanks for the help!

>Your network then is probably the source of most of the slowness you are experiencing.
>
>I don't know of a single serious developer that ever directly uses a VFP Baseclass for anything but deriving their first level subclasses. These first level subclasses in my case fix what's wrong with the VFP Baseclass. Things like setting Label.AutoSize = .t. and BackStyle = transparent. Setting the checkbox.Value = .f. instead of the idiotic 0. Providing a common Error() method override so that all objects get proper error handling. Fixing the TextBox.KeyPress method so that backspace doesn't cause you to leave a field and start destroying the contents of the previous field.
>
>From my subclasses everything else is derived. I also usually have a client classlib that puts a layer where I can make client wide changes and add the specific classes developed for the project.
>
Kevin Scott
kehvn@carolina.rr.com


Hey! It's not my fault. It's some General named Protection!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform