I'm looking for tips/tricks for dealing with changes on fields within an InfoPath section. Basically, I'd like to be able to set a dirty flag for a section. I'm using InfoPath 2007 with Forms Services.
Currently, my approach would be to add rules to every field within the section to update the dirty flag but that is too painful and messy. Is there some simple solution that I am missing?
As a corollary, if anyone has tip/tricks for toggling a field between read only and not read only, that would be greatly appreciated as well. My only solution there is to duplicate the fields in another section and hide/show the appropriate section based on logic. I realize that I could do this with views as well but both are ugly solutions.