Difference between view's queryopendocument and form's queryopen

Hi,

I have a question with the difference between view’s queryopendocument object and form’s queryopen object. They seem to be similar to me but seem to behave differently.

My code has an agent that update a field. So when I put it queryopen on the form and I tried to save the opened document, it generated a save conflict. But when I put it queryopendocument on the view, it did not generate a save conflict.

So what is the difference between queryopendocument and queryopen?