fcxSlice1.AddFieldTo in FastCube 2 ?

edited 8:29PM in FastCube 2
Hello,

who can help me to change the following code from FastCube 1 to FastCube 2 ?

fcxSlice1.BeginUpdate;

fcxSlice1.AddFieldTo('F' + IntToStr(itxt + 1), Manager, rf_Page);

fcxSlice1.AddFieldTo('F' + IntToStr(itxt + 1), Manager, rf_CapYAx);

fcSlice1.AddFieldTo('F' + IntToStr(itxt + 1), Cost, rf_CapFacts, af_Sum);

fcSlice1.AddFieldTo(sMeasuresFieldName, ' ', rf_CapXAx);

fcxSlice1.EndUpdate;

Thank you for help

Greetings

Wolfgang

Leave a Comment