I've forgotten something basic

Just a basic question: What If I want a UI Save operation to NOT create replication documents but simply over-write the current document?Is that setting “Do not create conflicts”?

TIA,

Collin

Subject: I’ve forgotten something basic

Well, yes it is. But a uidoc.Save should not create conflict documents for one single user in the first place. If it does, there are probably calls to back-end save operations somewhere in your form events, that are not clean.

Subject: RE: I’ve forgotten something basic

That’s precisely the problem that I’m dealing with. The app has a structure issue, but a major rewrite is not in order.

Subject: RE: I’ve forgotten something basic

Merge Replication conflicts setting will not help you in that case - that setting is only for replication conflicts, not save conflicts.

Subject: I’ve forgotten something basic

in the property dialog box, click the ? - it will give you the definitions of the different choices. They aren’t real on the algorithms- have fun. :slight_smile:

Subject: RE: I’ve forgotten something basic

I read that. It didn’t answer the question.