|
Include the objMap.Saved = True statement in your code:
<form><textarea wrap="off" readonly="true" name="code" style="BORDER-BOTTOM: gray 1px inset; BORDER-LEFT: gray 1px inset; BORDER-RIGHT: gray 1px inset; BORDER-TOP: gray 1px inset; OVERFLOW: auto; WIDTH: 100%" rows="5" cols="40">
Private Sub cmdEnd_Click()
On Error Resume Next
objMap1.Saved = True
End Sub</textarea></form> |