Ed Leafe wrote: Ed
Hold up looking at How do I access a dataSet within a bizobj. I was able to get number 2 interface to work. I am not going to used that method but was only a simple test to see how to access the method spreadSheetInBizObj() that is in biz folder under customerBizObj.py. My next test is to take the code from spreadSheetInBizObj() and name it spreadSheetInLibary() that will be in the module spreadSheetLib.py that will be in my ui folder. Then I will comment out spreadSheetInBizObj() and now call spreadSheetInLibary() to pass the bizobj to the my spreadSheetInLibary(). I am understand the scope of the self that was in the bizobj. I fully understand the important to keep the design centralized. What I am doing is creating simple test and using the button to simple run my test to understand the architecture of the Dabo System. I am slowly understanding that the Bizobj in a way is isolated from the Form defined in the ui which is a very good design. That is what I think I am understanding. Thank you Bob _______________________________________________ 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]
