Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starters : How to subclass a control
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00401775
Message ID:
00402562
Views:
11
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I do the same with VFP as well and it works great (especially with VFP's OO capabilities). VB however allows me to move all business logic out of the UI into early bound DLLs. The UI thus becomes very despensible or interchangable. I have not tried this with VFP because I assume that late binding would perform poorly under such circumstances.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

You're correct. Early binding takes care of a good deal of compiling early on, and so it can bypass it later on at run-time. If you are creating and destroying groups of objects frequently, all other things being equal, you will notice a difference -- but the "all other things being equal" piece is important -- given how quick VFP is with data access and manipulation, and text manipulation, all other things are not usually so equal! If you are using MTS or a connection manager, things are even murkier!

I also code a good deal in VFP and had really hoped that VFP would get early binding in 7.0. But from all accounts I've heard so far, it's not the case. Urrgghhh.
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Previous
Reply
Map
View

Click here to load this message in the networking platform