J
JoeAtPMHCC
This small section of code executed at the finalize event of an infopath form
worked just fine in VS2003, but now it fails.
Protected Overrides Sub Finalize()
MyBase.Finalize()
If Len(strDocID) > 0 Then
Dim cl As New CometClassLibrary.XMLDocLocks
cl.UnlockDoc(strDocID)
End If
End Sub
CometClassLibrary above is our own class lib which executes some sql in the
background. Can anyone help????
Joe
worked just fine in VS2003, but now it fails.
Protected Overrides Sub Finalize()
MyBase.Finalize()
If Len(strDocID) > 0 Then
Dim cl As New CometClassLibrary.XMLDocLocks
cl.UnlockDoc(strDocID)
End If
End Sub
CometClassLibrary above is our own class lib which executes some sql in the
background. Can anyone help????
Joe