Hello All
I am curious as to why my view refreshes when I exit the document with the SaveOptions field set to 1 and if it is set to 0 the the view requires a manual refresh
This takes place in a button that sends mail and changes field values.
I am ending with:
doc.SaveFlag = "1"
doc.saveoptions="0"
Call uidoc.close

Have to manually refresh view when ... (James E Wood 3.Apr.03)
. . 