Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
N-Tier Design Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00753308
Message ID:
00754534
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform