On Nov 30, 2006, at 9:58 AM, Ed Leafe wrote:
> You know, I hadn\'t played with this in a while, but now that I\'m > looking at the code again, I can see a way to add automatic > references to the cursor and bizobj that \'owns\' a particular data set > so that you could easily use methods of those two objects. I think > I\'ll add them now!
Done. Boy, that was a lot easier than I thought. OK, so now you can create complex functions as methods in your bizobj, and then apply those to a field in the data set using:
biz.replace("myField", "self.Bizobj.complexMethod(myField)")
-- Ed Leafe -- http://leafe.com -- http://dabodev.com
©2006 Ed Leafe |