<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Nicolas,</DIV>
<DIV> </DIV>
<DIV>How do I unregister from receiving email notifications?</DIV>
<DIV> </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> </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> </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><<A
href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</A>></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><?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->name =
'existentaccount';<BR>$fieldInstance->label = 'Existent
Account';<BR>$fieldInstance->table =
'vtiger_leadscf';<BR>$fieldInstance->column =
'existent_account';<BR>$fieldInstance->columntype =
'VARCHAR(255)';<BR>$fieldInstance->uitype =
10;<BR>$fieldInstance->typeofdata =
'V~O';<BR><BR>$blockInstance->addField($fieldInstance);<BR><BR>$fieldInstance->setRelatedModules(Array('Accounts'));<BR><BR>Run
this script in your vtiger, access leads->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><<A
href="mailto:joe@tsolucio.com"
target=_blank>joe@tsolucio.com</A>></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? 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> </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>