Formupdate won't save (OpenInsight Specific)
At 18 MAY 2000 07:00:34PM Henry Bolton wrote:
When you execute the WRITE event for a form, Formupdate doesn't re-write records and fields that have not changed.
Is there any way to override this behaviour and force OI to re-write the record?
At 18 MAY 2000 11:35PM Don Bakke wrote:
Henry,
Perhaps I'm missing something but why would you want to write a record that hasn't changed? To answer your question, I don't know if you can force a form to do this but you could always put code in the WRITE event, check the SAVEWARN property, and programmatically write the record yourself if you know the form won't.