My script below takes too much time.
/////////////////////////////////////////////////////////////////////
long ll_row
dec vl_amt[]
for ll_row=1 to dw_1.rowcount() //3000 records
dw_vl_amt[ll_row]=100
next
dw_1.object.acc_amt.primary= vl_amt
/////////////////////////////////////////////////////////////////////
I found the issue, there is a computed feild in the datawindow. is there any way to stop recalculation of computed fields temporary?.