nkk777
9th October 2002, 00:04
I have an array say X and i want to display X(1),...X(5) in the form. When the session is started, i am getting the values but they are not getting refreshed after some calculation.

How do I refresh my array in the form?

Thanks

NPRao
9th October 2002, 00:19
I dont know which BaaN Version are you working on its not in your profile.

You can try to use display.all() or else use -

for i= 1 to filled.occ
display.fld( i, fname)
endfor

OR

group.1:
init.group:
display(fname(1, attr.element))

I hope it might work.