P
Paul O
Hi
I used to have BCM installed on my laptop but I did a recovery recently and decided not to reinstall BCM since it is something that I will never use. Now, every time I try to open a contact I get an error because it is looking for the Financial Info form that was created with BCM. I click OK on the error and decline the option to debug the script and then the contact will open. The Financial Info tab is there with no data in it. If I open a newly created contact I don't have any problem since there is no Financial Info tab created with new contacts.
Is there a way to get rid of the Financial Info on all of my old contacts without reinstalling BCM?
The error reads "Could not load an object because it is not available on this machine"
If I choose to debug the error is located in the following part of the script:
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)
(Arrow points here>>>>) Set grid = pageSBE.DataGrid1
' Quit now if we are in design mode
If pageSBE.DesignMode Then
Exit Function
End If
Any help would be appreciated
Thanks!!
Paul
I used to have BCM installed on my laptop but I did a recovery recently and decided not to reinstall BCM since it is something that I will never use. Now, every time I try to open a contact I get an error because it is looking for the Financial Info form that was created with BCM. I click OK on the error and decline the option to debug the script and then the contact will open. The Financial Info tab is there with no data in it. If I open a newly created contact I don't have any problem since there is no Financial Info tab created with new contacts.
Is there a way to get rid of the Financial Info on all of my old contacts without reinstalling BCM?
The error reads "Could not load an object because it is not available on this machine"
If I choose to debug the error is located in the following part of the script:
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)
(Arrow points here>>>>) Set grid = pageSBE.DataGrid1
' Quit now if we are in design mode
If pageSBE.DesignMode Then
Exit Function
End If
Any help would be appreciated
Thanks!!
Paul