Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BizObject, DataObject, UI and what else?
Message
From
10/12/1999 17:19:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
BizObject, DataObject, UI and what else?
Miscellaneous
Thread ID:
00302030
Message ID:
00302030
Views:
82
Hi All:

I've been trying to figure out what belongs where.
Would appreciate anyone you assistance.

BizObject, DataObject, UI(object?) ... are these? Classes(VCX)?
Can they be COM Objects (DCOM in the case of DataObject)?

Where would something like this go?
lcFirstName = PROPER(cFirstname)... BizObject?
lnLineTotal = nPrice * nQuantity .. BizObject?
If there aren't that many of them, do I just leave it in the form?

Do I keep something like this in the Form, or should it be in some kind of an object/class?
THISFORM.oRS.FIELDS("FirstName").Value = lcFirstName ... DataObject?

I'm having trouble deciding what goes where. Please give me ahint.

Thank you,

Mal
Next
Reply
Map
View

Click here to load this message in the networking platform