Opened 19 years ago
Closed 19 years ago
#325 closed defect (fixed)
a warning message appears when you make a table from a time series graphic
Reported by: | imendez | Owned by: | azamorano |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Graphics | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
Sometimes, when you make a table from a time series graphic, a warning message
arises:
1.- Compile this code:
Serie SaturdayIndicator = SubSer(CalInd(WD(6), Diario), y2005, y2005m02);
2.- Make a graphic of SaturdayIndicator series.
3.- Make a table of SaturdayIndicator series from the graphic.
This warning message arises:
Algunas celdas no son fechas.
El tipo se cambiará a texto.
I don´t know if this error is due to the date format. I think it's a graphic
error because when make directly a table from the series object, it doesn't fail.
Regards.
Change History (5)
comment:1 Changed 19 years ago by
Owner: | changed from rcsoto to azamorano |
---|
comment:2 Changed 19 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 Changed 19 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I think that I know (thanks, Fredi) where the bug arises, and I suggested it
"softly" at the end of the previous comment: it fails when the date format (in
the graph) contains the week day of the dates.
Regards.
comment:4 Changed 19 years ago by
Status: | reopened → assigned |
---|
Now i understand what you mean, worked good without the "TOL standard format".
Working on fixing it....
comment:5 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug has been fixed, requires udpate of byswidget and toltk
I've tried the sequence in couple of Tol compilations (last nightly built
included) and it works good for me.