Page 1 of 1

Grid View Display Problem

PostPosted: Fri Jun 25, 2010 7:21 am
by hedrich
I hope I am not running into a practical limit of how many resources can be handled in the calendar. My problem is that the client currently has a total of 74 resources (staff, rooms and items) that need to be tracked. With all filters turned off, to ostensibly display all resources, in Grid View, I'm getting an incomplete set. The initial set of resources looks okay, but when I click on Next Resources button, it appears to skip a full subset. It looks like only 50 resources are displaying altogether. In the data viewer, all the resources are in $$sc_ResourceList. It appears to be okay in Schedule View. I'm not sure how to troubleshoot this. Any advice would be appreciated!

PostPosted: Fri Jun 25, 2010 10:48 am
by John Sindelar
Your not reaching the limit... but you've found a bug! Edit the script "Resources Next" and edit the calc used in the first SetVariable line after the comment "How many slots do we have for resources?". Replace $$sc_LastRow in that calc with 23 (or as many rows as you're showing on the grid view's portal if you've changed it).

Make the same change in the script "Resources Previous".

Sorry about that!

John

PostPosted: Fri Jun 25, 2010 10:55 am
by hedrich
Yay! That works. Had to edit both the Previous and Next scripts. Thanks, John. One more head-scratcher solved.

PostPosted: Fri Jun 25, 2010 2:18 pm
by hedrich
FYI: The conditional formatting on the Grid tab for Next Resources also needs the same fix to function properly...

PostPosted: Fri Jun 25, 2010 2:38 pm
by John Sindelar
Right. Thanks!