PDA

View Full Version : Changing the number of displayed resources



Ola Eldoy
16-Dec-2009, 05:34 AM
I'm trying to change the number of displayed resources on the calendar, but finding it difficult. I can define the resources to be displayed during OnCreate, but I get in trouble when later I want to display only some of the columns.

For example, I tried sending ComRemoveAll to the resources object, but all resource columns are still shown. (I found a little discussion (https://forum.codejock.com/forum_posts.asp?TID=8283) about this on the Codejock Developer Community forum.)

Do you think this should work, and I'm just missing some obvious detail, or do I need to start working on implementing a CalendarResourcesManager?