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!
|
|
Multiple Execution Errors 
Posted: 27 Mar 08 4:42 PM
|
When trying to access View on Main Menu...."An error has occurred executing main view script (System:Account Details). Error calling method OnFunctionEnabled_ViewAltAddress...Object doesn't support this property or method":'Application.MainViews.ActiveView.DetailsiVew.txtAccount....at line 84, char 5".
Another error when right-clicking on the contracts tab in the Account view...."Error calling method grdContractAccountPopupMenuClick...Error in IDispatch.Invoke():Ox80020101"
Another error when trying to delete an account...."An unusual error has occurred when executing Edit:DeleteItem. Contact your sysadmin. Function Edit:DeleteItem Exception:Exception EDatabaseError: Cannot perform this funtion on a closed dataset. Exception location:[00505Fdd]{SalesLogix.exe}"
These errors occur when admin or user is logged in and are on local installs of SLX 7.0.1. I would appreciate any insight / assistance you could provide...thank you.....Crystal |
|
|
|
Re: Multiple Execution Errors 
Posted: 01 Apr 08 9:29 AM
|
Crystal this really requires more information and a hands on debugging session.
For example, your second error could be a simple cascading error from your first one, but we don't have enough information.
For your first error, let's start at the basics: release the latest version of the mainview System:Account Details that was developed by SalesLogix (in my version 7 mainview of System:Account Details the OnFunctionEnabled_ViewAltAddress sub doesn't extend beyond line 74 - which tells me yours has been customized. Can you verify that?
Let's get the first error resolved before moving on to the second one. Also, can you just post the text of the OnFunctionEnabled_ViewAltAddress sub in your mainview here so we can see it? |
|
|
| |
|
Re: Multiple Execution Errors 
Posted: 23 Dec 08 2:26 AM
|
Matt's message applies to your post.
As Crystal's error appeared to relate to some customisation on her db, it is unlikely that you are suffering from exactly the same problem, even if the error messages are the same.
Please post more info. |
|
|
|
Re: Multiple Execution Errors 
Posted: 23 Dec 08 10:29 AM
|
the error is when trying to delete an account but I don't have error when deleting Contact or Opportunity the message error is: "An unusual error has occurred when executing Edit:DeleteItem. Contact your sysadmin. Function Edit:DeleteItem Exception:Exception EDatabaseError: Cannot perform this funtion on a closed dataset. Exception location:[00505Fdd]{SalesLogix.exe}"
These errors occur when admin or user is logged in and are on local installs of SLX 7.0.1. The database is Oracle 10 |
|
|
|
Re: Multiple Execution Errors 
Posted: 23 Dec 08 7:34 PM
|
Does it happen for all users and all accounts?
Have you tried it on a remote database too?
Cheers Phil |
|
|
|
Re: Multiple Execution Errors 
Posted: 30 Dec 08 9:15 AM
|
Does your customized account view have a field named txtAccount? Is there a hidden field for txtAccountID? txtAddressID? |
|
|
|
Re: Multiple Execution Errors 
Posted: 31 Dec 08 10:28 AM
|
A few things that have worked for me when seeing multiple errors that shouldn't be happening when looking at the plugins in Architect:
Does it happen on just one computer? If so uninstall the client, delete the folders (including the one in Documents and Settings\All Users\Application Data) and all references to SalesLogix in the regestry, then re-install.
I have also experienced a corrupt form plugin that produced errors which crashed the client and could not be explained by anything you can see in architect . The solution was to go back to a version of the plugin that did not produce errors, re-add new controls and copy & paste custom basic code. If it works, delete the corrupt version so it doesn't get released by mistake. |
|
|
|