The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Error after upgrading to 7.5
Posted: 23 Jun 09 2:47 PM
|
I have done an upgrade from 6.2.6 to 7.5 on a dev environment. I am getting the following error whenever I click on a detail tab for Accounts or Contacts. Can anyone please tell me what is wrong or how to fix this?
An error occured executing active form script(Account:Details). Object doesn't support this property or method: 'GetAddressID' at line 48, char 8
Thank you, Renee |
|
|
|
Re: Error after upgrading to 7.5
Posted: 23 Jun 09 3:23 PM
|
At the very least it means that your form (or included scripts) doesn't have a definition for that function. Seems as if you need to review the 6.2 environment, locate that function and figured out why it is missing, then adding it to the upgraded environment. |
|
|
|
Re: Error after upgrading to 7.5
Posted: 24 Jun 09 6:26 AM
|
The Details tab for Accounts and Contacts is a legacy form in 6.2.6. I am not even sure how to review it. I don't believe that we ever made any modifications to it. Also, I didn't include these forms in my customization bundle when we did the upgrade. I was just going with whatever the new version had. Any idea where to look for where this error is coming from? Thanks, Renee |
|
|
|
Re: Error after upgrading to 7.5
Posted: 24 Jun 09 9:41 AM
|
Not sure how you built your bundle, but this function is supposed to exist on the Account Details form, and not sure where it is called from, maybe from the Main View, as it isn't called within the form itself, but a comment on it indicates that it is accessed externally:
Function GetAddressID ' Note: This is called from the Account:Details view. GetAddressID = strCurrentAddressID End Function
Are you still using your Legacy form as your Account Detail view? |
|
|
|