Me again,
In my window with a parent DW that has 3 DDDW fields, if I select something from the one of the DDDW's, it appears that the dw update status is changed to Modified! The DW is set to not updateable. When I close the window, I get a message asking me if I want to save changes. If I click Yes, I get a message that the DW is not updateable.
There is a Close button on the main menu that calls of_SendMessage("pfc_close"). None of the DDW's are updateable. I tried adding code in the parent DW ItemChanged Event but still get the question about saving changes. No changes to the pfc_close event.
this.SetItemStatus(1, 0, Primary!, NotModified!)
Any ideas?
~~~Tracy
I put it in the dw constructor event: this.of_setUpdateable(false)