Store calculation field in List View not evaluated ?

Hello Servoy users ?

I fill a stored calculation field via a relation, but this calculation field is only evaluated for the first row of my list view ???
In fact I retrieve Value list value depending on user language in my calculated field.

calculated field : cnt_dc_cnt_d_type4display

method for calculation field:

globals.s_namesystem = 'cnt_d_type/cnt_d_namebefore';
globals.s_valuestored = cnt_d_namebefore;

return cnt2val_4valuedisplayed.val_d_valuedisplayed;

Any idea :why my store calculation is not “evaluated” for each row ?

Any work around ?

Thanks for help ?

DomTom

Any idea ?

DomTom,

A stored calculation is only evaluated when the field is shown or when the record is saved.
When you scroll down in your list view the calc is evaulated for record 2, 3, etc.

Rob