Hi Nefra,
The into array expects an array name and not any varibale name.
Instead Use this command,
sele f1, sum(f3) from view21 into array aSum group by 1
And then assign these values to your thisform variables like,
thisform.aSum1=asum(1,1)
thisform.aSum2=asum(1,2)