Posted 9/26/2007 1:40:49 PM | | | | Hi, We are experiencing a problem with the "Lookup Records" component of the lookup control. When entering a search text into the "Look for" textbox and clicking the "Find" button, the following exception occurs: 
Here is the configuration of our lookup control: Dim objLookup As ILookup objLookup = ControlFactory.CreateLookup() objLookup.AllowedObjectTypes.Add(1) objLookup.AllowCreateNew = False objLookup.AllowViewProperties = True objLookup.LookupStyle = LookupStyles.Single objLookup.ID = ACCOUNTLOOKUP Instance.ContentArea.Controls.Add(objLookup.Control) Has anybody experienced a similar problem before and can suggest a solution? Thank you! |
| Posted 9/26/2007 1:52:06 PM | | | | Take a look at this KB article, it describes the exact same problem in another c360 product and I'm fairly confident that it's the same issue you are experiencing. The article suggests that this is a known issue but it was fixed in the version released in July 2006. Is it possible that you are not using the most recent SDK?
|
| Posted 9/27/2007 5:16:29 AM | | | | Hi Jeremie, Thank you for your quick response. I had a look at the article, tried changing the customizations and checked the version of our SDK but neither option resolved the problem. The version we are using is 3.0.9.9. Do you have any other suggestions? If I can provide you with any additional information please let me know. Thank you very much for your help! |
| |
|