<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Nicolas,</DIV>
<DIV>&nbsp;</DIV>
<DIV>How do I unregister from receiving email notifications?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=niclarcipretti@gmail.com 
href="mailto:niclarcipretti@gmail.com">Nicolas Larcipretti</A> </DIV>
<DIV><B>Sent:</B> Thursday, September 22, 2011 1:36 PM</DIV>
<DIV><B>To:</B> <A title=vtigercrm-developers@lists.vtigercrm.com 
href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</A> 
</DIV>
<DIV><B>Subject:</B> Re: [Vtigercrm-developers] Enter bind</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Sorry, 
forgot to say that the block to this test must be a lead 
block.<BR><BR>Cheers<BR><BR>
<DIV class=gmail_quote>2011/9/22 Nicolas Larcipretti <SPAN dir=ltr>&lt;<A 
href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>A fresh install wont have the related to fields that I 
  created. I'll give you the script to create them in your 
  installation:<BR><BR>&lt;?php<BR>require_once 
  'vtlib/Vtiger/Block.php';<BR><BR>//Can be any block you want<BR>$blockInstance 
  = Vtiger_Block::getInstance(117);<BR><BR>$fieldInstance = new 
  Vtiger_Field();<BR>$fieldInstance-&gt;name = 
  'existentaccount';<BR>$fieldInstance-&gt;label = 'Existent 
  Account';<BR>$fieldInstance-&gt;table = 
  'vtiger_leadscf';<BR>$fieldInstance-&gt;column = 
  'existent_account';<BR>$fieldInstance-&gt;columntype = 
  'VARCHAR(255)';<BR>$fieldInstance-&gt;uitype = 
  10;<BR>$fieldInstance-&gt;typeofdata = 
  'V~O';<BR><BR>$blockInstance-&gt;addField($fieldInstance);<BR><BR>$fieldInstance-&gt;setRelatedModules(Array('Accounts'));<BR><BR>Run 
  this script in your vtiger, access leads-&gt;edit view, select an account, set 
  your cursor in a text field and press enter.<BR><BR>Cheers<BR><BR>Nicolas<BR>
  <DIV class=gmail_quote>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>2011/9/22 Joe Bordes <SPAN dir=ltr>&lt;<A 
  href="mailto:joe@tsolucio.com" 
  target=_blank>joe@tsolucio.com</A>&gt;</SPAN><BR></DIV></DIV>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV>
    <DIV></DIV>
    <DIV class=h5>
    <DIV text="#000000" bgcolor="#FFFFFF">Quick test on my test install with 
    firefox and I can't reproduce.<BR>Can you reproduce this behaviour online or 
    in a fresh install?&nbsp; Another browser?<BR><BR><BR>El 22/09/11 19:04, 
    Nicolas Larcipretti escribió: 
    <BLOCKQUOTE type="cite">
      <DIV>
      <DIV></DIV>
      <DIV>Hey fellas,<BR><BR>I've noticed that in the edit view, if you place 
      the cursor in any input text field and press "enter", every "related to" 
      field in the form is automatically erased. Anyone else noticed that? Is 
      there a work around to this? Or do I have to unbind the action from the 
      eraser button via jquery/prototype to solve 
      this?<BR><BR>Cheers<BR><BR>Nicolas<BR><BR>
      <FIELDSET></FIELDSET> <BR></DIV></DIV><PRE>_______________________________________________
<A href="http://www.vtiger.com/" target=_blank>http://www.vtiger.com/</A></PRE></BLOCKQUOTE><BR></DIV>
    <DIV>&nbsp;</DIV></DIV></DIV>_______________________________________________<BR><A 
    href="http://www.vtiger.com/" 
  target=_blank>http://www.vtiger.com/</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></DIV><BR>
<P>
<HR>
_______________________________________________<BR>http://www.vtiger.com/</DIV></DIV></DIV></BODY></HTML>