1. I see. I will have an attribute in the Bizobj called confPass, then on value change or on lost focus it will call a method in the Form. The Form will then change the value of the attribute in the bizobj, then I will compare the passwords in the validateRecords(). I forgot that the form knows about its bizobjs, therefore knows its methods and attributes. I should have seen that, I guess I was looking at it in a different manner.
I've read that the datasource of the dtextBox could use a Bizobj, If I set it's datasource to my Bizobj then the datafield to the attribute in the bizobj. Will it change without calling a method onValueChanged()? Is that a valid approach on this? 2. The difference between the architecture is now becoming clearer and clearer. I will most likely do as Ed suggests when the need arises. But for most part of the logics, I will apply the way you guys pointed out as the task of the Bizobjs. 3. It works now. :D I tried both the AppWizard and the ClassDesigner. That ClassDesigner is another fine piece of engineering. There was a bug though in the dGrid when used in Python 2.7, but I saw that that was already reported. But I think that before using the ClassDesigner, I have to familiarize myself hand-coding the UI's, although it will take a longer learning curve, it pays to know writing than just generating. So I believe that the bug was a blessing in disguise. Thank you for the support. It really cleared things up. I'd be playing with Dabo more and probably suggest the framework at work. -- View this message in context: http://old.nabble.com/Question%3A-Calling-a-textbox-field-from-the-Bizobj-tp31973279p31980048.html Sent from the dabo-users mailing list archive at Nabble.com. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
