﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
485	DBSeries makes the series global	Francisco Muñoz	Víctor de Buen Remiro	"DBSeries creates global series allways, even if you get a set.
////////////////////////////////////////////
Sample code: I removed a couple of layers of functions from but it gives the same error.
////////////////////////////////////////////
Real DBOpen(GlAlias, GlUser, GlPass);
Text ThQuery4Output =
  ""select valueDate, value
   from texttable "" +
  "" where output = "" + SqlFormatText(""Pos_Tot_AB_Vod_Lin_Mi_Tri_Ori"", GesAct) +
  "" order by valueDate asc"";
  Set testDBS =DBSeries(
    ThQuery4Output, 
    Eval(Name(Trimestral)), 
    SetOfText(""Pos_Tot_AB_Vod_Lin_Mi_Tri_Ori"")
  );
Serie Pos_Tot_AB_Vod_Lin_Mi_Tri_Ori = SubSer(testDBS[1],y2001m01d01,y2006m07d01);
///////////////////////////////////////////
Fails because Pos_Tot_AB_Vod_Lin_Mi_Tri_Ori seems already defined even if its inside of the testDBS set...

Past versions doesn't have this behaviour and it really hinders migration to new ones. Or at least should have"	defect	closed	normal		DataBase	1.1.5	normal	fixed		
