Hi Rafael, > In my experience, bindevents is great !!
That's true. How could I say something different after asking for BindEvents for a long time before it finally was implemented. BUT: Bindevents() isn't the holy grail. The one big disadvantage of BINDEVENTS is that it makes it virtually impossible to look at code and see what it does. In other word, BindEvents makes it very easy to write code that is impossible to maintain by someone else. Normally, you can open a form or a class and look at the events. In some cases you need to view the parent code. But it's obvious from looking at a form what happens, for instance, when you click on a button. With Bindevents no longer. You can't even search for code that might depend on a change you're going to do. You need to check that because your own code, of course, is written the way that you can easily make changes, but I tell you, everyone elses code is just a big mess. <s> Bindevent is all about wiring independent, loosly coupled components together. There's absolutely no reason to use BindEvents() inside a single class or form. -- Christof _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

