Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
N-Tier Design Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00753308
Message ID:
00754534
Views:
24
Jim,

Let me ask a design question.

When I create a Biz Obj and a Data Obj, the Biz Obj should have equivilent data
manipulation funtions as the Data Obj? What I mean is this:
** Form
METHOD NextRec
This.oBizObj.SkipNext()
** Buziness Object
METHOD SkipNext
RETURN This.oDataObject.SkipNext()
** Data Object
METHOD SkipNext
RETURN This.oADORecSet.MoveNext()
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform