Opened 19 years ago
Closed 19 years ago
#403 closed defect (duplicate)
Several problems with F7, F8 and F9
Reported by: | imendez | Owned by: | danirus |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Various | Version: | head |
Severity: | major | Keywords: | TOL |
Cc: |
Description
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",
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.
Change History (4)
comment:1 Changed 19 years ago by
Priority: | normal → high |
---|---|
Severity: | normal → major |
comment:2 Changed 19 years ago by
comment:3 Changed 19 years ago by
Keywords: | TOL added; Tol-Base removed |
---|---|
Owner: | changed from rcsoto to danirus |
product: | Tol-Base → TOL |
no comment
comment:4 Changed 19 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
It's the same as bug 404, just fixed.
* This bug has been marked as a duplicate of 404 *
Hi, I have checked this bug with the last "Lastnight" version and all the
problems keep on happening.