Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where do I requery?
Message
From
05/04/2002 13:14:24
 
 
To
04/04/2002 19:04:33
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00639024
Message ID:
00641536
Views:
23
Gary:
What is the advantage of using the prog based CDE over adding properties and methods visually as you design the CDE.
Also, I understand the business rule concept as it relates to validating data, but I have a routine that ages transactions that I would like to encapsulate, how would you implement this. Right now I had implemented in a prior version of Codemine as a Form based object.

>>I wonder if I should be using the frmDatamanager based forms at all then...hmmm.
>
>Sure you should. "frmDatamanager" based forms are the way to go, just as always. Its just that the DM is "relegated" to providing the link back to the CDE (from the form) as its main function and provides backward compatability too.
>
>>Right now I'm basing all of my data handling forms on this class - are you using it at all?
>
>Absolutely. Nothing changes in this regards. The main thing to remember is that the DM is no longer the preferred place to subclass or add data oriented rules. All of that is now the domain of the CDE and rule classes. Just remember that the DM can only live on a form whereas the CDE can exist quite happily on its own with no form. This is where/how the separation between the "layers" is enabled.
>
>As I may have mentioned, I create a CDE, adding cursors/rules visually into the CDE container and then create a prog based class inheriting from my VCX based CDE subclass. I then put all other data oriented logic in the prog subclass. IntelliSense gives you the PEM's of the CDE in the prog class too.
>
>HTH.
>
>-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform