Hi,
In an iView we have an analysis_item, which is Input-ready. On dataentry in that Analysis_item I would like to set the dirty flag for the workprotect-mode, so I can remind the user not to navigate away from this page, while there still is unsaved data. This doesn't happen automatically with Workprotect-mode 2 or 3, so I have to set the dirty-flag manually.
I found an OndatasetChanged event on the Anlysis_item (Insert>Span>attribute page, there are multiple events). But whatever I insert in the event (jvscrpt-code, calling a fctn in a script-object, etc), it just won't save my entry. Is this a bug or something?
Or does anyone know how I can set the dirty-flag (by calling EPCM.SetDirty(true);) when a user enters data in the Analysis_Item?
WAD 7.10 SP11
[crosspost from portal content development due to no replies]