I searched on -2147417848 unload and got one hit and it related to crystal. Not much help.
This is our problem; when issuing Unload Me on many forms in our app we are getting
Run-Time error'-2147417848(80010108)
Method 'QuiteMe' of object 'frmName' failed
Here is the QuiteMe Sub
Public Sub QuitMe()
Unload Me
End Sub
No noticeable pattern. We are using inline sql and stored procedures hitting Oracle 8i in the middle tier objects.
Any thoughts greatly appreciated.
tyvm,
Marty
This is our problem; when issuing Unload Me on many forms in our app we are getting
Run-Time error'-2147417848(80010108)
Method 'QuiteMe' of object 'frmName' failed
Here is the QuiteMe Sub
Public Sub QuitMe()
Unload Me
End Sub
No noticeable pattern. We are using inline sql and stored procedures hitting Oracle 8i in the middle tier objects.
Any thoughts greatly appreciated.
tyvm,
Marty