Użytkownik John Fabiani napisał: > Yes I had considered your suggest of over writing the method. > > But I'd like to stay within the framework if possible. > > Currently I provide two methods to the parent bizobj class both are built-in > hooks: > > def afterRequery(self): which I use to init my dataset the first time. > > def afterPointerMove(self): > > Both call the same routine as described in my earlier email. This works well > and does cause my special dataset to follow the parent bizobj record movement. > > I wonder if there might be a way to use the virtualfield of a parent. > Consider that the afterInit has occurred - if the parent is called first. > then wouldn't the virtual field be available to the children? >
I see no reason you can't use virtual field as ParentLinkField. -- Regards Jacek Kałucki _______________________________________________ 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]
