Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What good are business objects?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00707036
Message ID:
00707108
Views:
24
>Thanks for the clarification.
>You mentioned decreased performance - are you saying that taking the code out of the form and putting into PRG's will cause a decrease in performance - or are you saying that using the COM objects and such will cause a decrease in performance - or both?

the lost of performance isn´t related to coding in PRG... it´s related to COM objects, distributed scenarios, and that sort of thing, because of the overhead you´ll have with such thing.

Anyway, as I mentioned somewhere, you don´t necessarily need to have COM components in place... you may just create your bizobjs, and use them with simple CreateObject() or NewObject() commands... and, by doing that, if someday you face the need to use COM components, it´ll be essentially a matter of compile your objects as COM components...
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform