Ok, last one I promise. <div><br></div><div>The lc script will put warning logs next to the lc script file with further info on problems. During all my messing around there are of course several in there with very useful info. </div>
<div><br></div><div>Such as..</div><div><div>*****************************************************************</div><div>This log contains warnings from Valentina engine.</div><div>This log is useful during development and debugging.</div>
<div>To disable it for RELEASE, just after Valentina.Init() do</div><div>Valentina.SqlQuery( "SET PROPERTY WarningMode TO FALSE" );</div><div>*****************************************************************</div>
<div>20120309_072920 : Get Field : No field with name FirstName</div><div>20120309_072920 : Get Field : No field with name LastName</div><div>20120309_072920 : Get Field : No field with name BirthDate</div><div><br></div>
<div><br></div>So make sure you do as stated for production and set the warming mode to false once things are solid </div><div><br></div>