Thank you Henri,

So in order to get a pbEnabled=False dd-aware cWebForm to behave like in previous versions I have to add

Code:
            Procedure AllowUpdateDD Boolean ByRef bAllow
                Move True to bAllow
            End_Procedure
to it?

The behavior being that you can set field_changed_value of the DD and have the value saved on request_save?

-Sture