J
JWS
Some of the contacts in my database are subject to the following set of
messages:
1. Cannot load an object because it is not available on this machine.
(OK)
2. An exception ‘run time error’ has occurred in script. (a list of 1
debugger called “New instance of Microsoft Script editor†shows up) Do you
want to debug using the selected debugger? If I answer YES, and then break
the debugger, I could edit the following information: (Object doesn’t
support this property or method: “pageSBE.DataGrid1†line No 11.)
Const c_strFormName = "Financial Information"
Const adUseClient = 3
Const DbgRight = 1
Function Item_Open()
Dim lContactIndex
Dim conn
' Get the objects on this form
Set pageSBE = GetInspector.ModifiedFormPages(c_strFormName)
Set grid = pageSBE.DataGrid1
' Quit now if we are in design mode
If pageSBE.DesignMode Then
Exit Function
End If
3. If I’ve answered "NO" in #2, then I get a pop-up that says: Object
doesn’t support this property or method: “pageSBE.DataGrid1†line No 11.
4. If I answer "OK" in this pop-up the contact opens up.
Any idea of how to stop this from happening?
messages:
1. Cannot load an object because it is not available on this machine.
(OK)
2. An exception ‘run time error’ has occurred in script. (a list of 1
debugger called “New instance of Microsoft Script editor†shows up) Do you
want to debug using the selected debugger? If I answer YES, and then break
the debugger, I could edit the following information: (Object doesn’t
support this property or method: “pageSBE.DataGrid1†line No 11.)
Const c_strFormName = "Financial Information"
Const adUseClient = 3
Const DbgRight = 1
Function Item_Open()
Dim lContactIndex
Dim conn
' Get the objects on this form
Set pageSBE = GetInspector.ModifiedFormPages(c_strFormName)
Set grid = pageSBE.DataGrid1
' Quit now if we are in design mode
If pageSBE.DesignMode Then
Exit Function
End If
3. If I’ve answered "NO" in #2, then I get a pop-up that says: Object
doesn’t support this property or method: “pageSBE.DataGrid1†line No 11.
4. If I answer "OK" in this pop-up the contact opens up.
Any idea of how to stop this from happening?