Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Custom attributes in viewcollection.ascx
Last Post 04/28/2010 9:35 AM by Chris Jacobs. 4 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Chris Jacobs
New Member
New Member
Posts:10


--
02/22/2010 9:41 AM

We are currently running DMX 5.1.3 and have a number of custom attributes that I have been displaying as columns in viewcollection.ascx by adding the column names like

with the upgrade to 5.2, I now get A critical error has occurred.
Column 'Document_Number' not found in data source

I have looked at the partial source but I can't find where the data is being loaded.  Any assistance would be greatly appreciated.

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 11:38 AM
Hi Chris,

Check out the DMX_Attributes table. Look for the value in the column 'Key'. That should now be what you're using. If it is NULL (shouldn't be) then set it to something (you can use Document_Number, just make sure to avoid spaces).

Peter
GA
New Member
New Member
Posts:40


--
04/19/2010 4:42 PM
I have the same problem. I upgraded to 5.2.5 and I get the same error for the custom attribute I had included in ViewCollection.ascx "Column att7 not found in datasource". I went through the dataview that is bound to the grid and none of the custom attributes are returned in the columns of the view (it was being returned in 5.1.3).

All the custom attributes have keys in the DMX_Attributes table.

Any pointers ?? Do I have to set something up to get the contentprovider to return custom attributes in this release ?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/23/2010 3:34 PM
Hi guys,

OK, found the bug. Will be solved in DMX 5.2.6. To be released real soon.

Peter
Chris Jacobs
New Member
New Member
Posts:10


--
04/28/2010 9:35 AM
Hi Peter

I have upgraded to 5.2.6 and everything is now working, Thanks for fix.

Chris
You are not authorized to post a reply.