On Wednesday 26 March 2008 2:12:08 pm Mike Jackson wrote: > I use the following: > > emit modified(); > this->referenceProxy()->setModifiedState(pqProxy::MODIFIED); > > and that seems to have the desired effect. You should call this->setModified(); instead. Clint