I created read only field
select
A,
A as 'A read only'
B,
B as 'B read only',
C,
D,
E,
....
from database
to use in edit page,
with Event: Edit Page-->Before record updated when user receive e-mail there are all Field (C, D , E...) but not A and B
how i can solve this problem?