Question { CSC, 28603 }
difference between at new and on change of
pl its urgent
Answer
when a new record comes at new triggers.
atnew only used inside loop and endloop.
on change of works same like at-new but the diff is it can
be used out side of a loop,like select and endselect,case
endcase.