﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
403	Several problems with F7, F8 and F9	imendez	danirus	"Hi, I can't reproduce the next errors, but I'm sure they occur:

1.- I open a file, modify its code and try to compile it. It only works the
second time I compile it, not the first. It doesn't happen avery time I do this,
only sometimes...

2.- I open a file, modify its code, push the ""Sintax check"" button and the
syntax error window is shown with no message inside. Then I close the syntax
error window, push F7 and a message like ""no error"" is shown. At last, I push
again the ""Sintax check"" button and there is no error.
It doesn't happen avery time I do this, only sometimes...

3.- I have problems with compilation and decompilation. Following the next steps
I think you can reproduce my problems:

a) Open a new TOLBase session
b) In the Eval window, compile (F9) the code below:

////////////////////////////////////////////////////////////////////////////
Set Param = SetOfAnything(""GaliciaDeCine"",        // Promocion
                          ""All"",                // Ediciones
                          ""y2006m05d01"",        // Fecha Inicial
                          ""y2006m06d11"",        // Fecha Final
                          ""All"",                // Dia de la semana
                          ""1#2#3#4"",        // Campos a visualizar
                          ""1"",                        // Agregacion por fechas
                          ""1""                        // Agregacion por ediciones
                          );
Set Param2 = SetOfAnything(""GaliciaDeCine"", ""All"", ""y2006m05d01"",
                            ""y2006m06d11"", ""All"", ""1#2#3#4"", ""1"", ""1"");
Text ParamEdi    = Param[2];
Real Igual_Bien = ParamEdi == ""All"";
Real Igual_Mal = ParamEdi == ""All\"""";
Text ParamFecIni = Param[3];
Date FecIniTxt = Eval(ParamFecIni);
////////////////////////////////////////////////////////////////////////////

c) Compile it again. An obvious error is shown, because all the objects exist.
d) Decompile (F8)
e) Compile all the code one more time. This message is shown:

ERROR: [15] Variable 'ParamEdi' ya definida 
No se ha podido crear la variable ""Text ParamEdi"".

ERROR: [16] Conflicto entre variables.
Se ha intentado modificar ""ParamEdi"" a través de la variable ""ParamEdi""

I invite everyone who doesn't believe my insinuations to share one hour with me
and my problems :-)

Regards."	defect	closed	high		Various	head	major	duplicate	TOL	
