<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Finally I solve my problem with <FONT 
face="Times New Roman" size=3>Tres Seaver's help (THANK YOU)</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I override&nbsp;the __bobo_traverse__ 
with:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>def __bobo_traverse__(self, Request, 
Name):<BR>&nbsp;&nbsp;import sys<BR>&nbsp;&nbsp;if 
sys._getframe(1).f_code.co_name == "traverse":<BR>&nbsp;&nbsp;&nbsp;return 
getattr(self, Name)<BR>&nbsp;&nbsp;else:<BR>&nbsp;&nbsp;&nbsp;return 
self.Propiedad(Name)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>self.Propiedad is the fuction than neutralices (I 
call these mechanism Neutralization) the content of my object</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When You executes ZMI 
sys._getframe(1).f_code_co_name returns traverse</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks again Tres 
Seaver!</FONT></DIV></BODY></HTML>