Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing views
Message
De
09/09/2002 14:24:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Divers
Thread ID:
00698301
Message ID:
00698427
Vues:
15
>Hadn't thought of buffermode, thanks for the tip.

OK.

>You know what ? I've created an abstract class to set up my reports, and for each I'm using the CDEs already created for the forms ! So proud !

Well done! That is the nice thing about the CDE's - encapsulation and re-use. Remember too that for a quick and dirty subclass of an existing CDE, you can always do it in a program. Say you have a CDE call "cdeIvan" and you want to modify it a little for you report. You could do something like :-
Define Class cdeIvanReport As cdeIvan

   * Overide or add any PEM's for your specialist requirement here.
   * This subclass will behave just like your VCX version of cdeIvan
   * except for and changes you make here.

EndDefine
In this way, if you want a few little changes, a prog based subclass is easy to create/maintain whilst keeping you main functionality in its parent class (ie., "cdeIvan").

>(just for your entertainment, I've been trying to populate a treeview with the MENU's options, using the .mnx file as the metadata file. This way, I could create a Report Manager using the menu designer.)

I see your still using the "M" word (menu) <s>. For entertainment, I play with my kids or watch the TV or walk the dog.

Best
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform