Subject: RE: Prevent new document instances from being created
Hi Andre,Versioning is actually set to ‘none’ in the form properties.
The form consists of a tabbed table, and I realized that the extra documents are being created when I save the document in a tab different from the previous save.
Subject: RE: Prevent new document instances from being created
It still sounds like versioning could be at work here though. You might want to check that the affected documents don’t have a field in them called “$VERREF”, as this is the field tag for the versioning form property.
Subject: RE: Prevent new document instances from being created
In that case we’ll need to see code. Is there a Webquerysave agent running on submission? What about an “onSubmit” Javascript event? Either of these things could be responsible for duplicating data, but we’d need to see the code to comment further.