<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Nicolas, that is something particular to your modifications. It is
    not standard vtiger CRM.<br>
    From the questions you are making I understand you will be able to
    debug this yourself, but if you would like me to debug it for you,
    contact me off list and I'll send you a quote to do the work for
    you.<br>
    <br>
    Joe<br>
    TSolucio<br>
    <br>
    <br>
    El 22/09/11 19:48, Nicolas Larcipretti escribi&oacute;:
    <blockquote
cite="mid:CAK10WeC9R5oSs5Os+wCj3FoGK3gkLanbtnaBwAw+LgnUyhQ2+Q@mail.gmail.com"
      type="cite">Joe, I think I know what triggered that. I've
      commented the "Save" and "Cancel" buttons from the top of the page
      some time ago to prevent users from saving before the page is
      fully loaded. If you have firebug in you FF, try to remove those
      buttons and reproduce the error I've mentioned. <br>
      <br>
      Cheers<br>
      <br>
      Nicolas<br>
      <br>
      <div class="gmail_quote">2011/9/22 Nicolas Larcipretti <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          Sorry, forgot to say that the block to this test must be a
          lead block.<br>
          <br>
          Cheers
          <div>
            <div class="h5"><br>
              <br>
              <div class="gmail_quote">2011/9/22 Nicolas Larcipretti <span
                  dir="ltr">&lt;<a moz-do-not-send="true"
                    href="mailto:niclarcipretti@gmail.com"
                    target="_blank">niclarcipretti@gmail.com</a>&gt;</span><br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">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>2011/9/22 Joe Bordes <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:joe@tsolucio.com"
                            target="_blank">joe@tsolucio.com</a>&gt;</span><br>
                      </div>
                    </div>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div>
                        <div>
                          <div bgcolor="#FFFFFF" text="#000000"> 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&oacute;:
                            <blockquote type="cite">
                              <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 moz-do-not-send="true" href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></pre>
                            </blockquote>
                            <br>
                          </div>
                          <br>
                        </div>
                      </div>
                      _______________________________________________<br>
                      <a moz-do-not-send="true"
                        href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                    </blockquote>
                  </div>
                  <br>
                </blockquote>
              </div>
              <br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>