Well, the class referenced by _groups must have a method called Load.  What's 
in it?  Have you tried commenting out different lines in the Load method to see 
what no longer "keeps the ability to display values working"?

At 04:33 PM 6/20/2007, Mike Andrews wrote (in part)

> private void Load(Guid guid, MarType type, DateTime startDate,
>TransactionContext transaction){
>   //Nothing is readable in here except intrinsic data types
>   ...
>   //This is the line, that when commented out, keeps the ability to
>display values working
>   _groups.Load(details, type, startDate);
> }
>
>}
>
>_groups is a variable that references a custom class (that inherits directly
>from System.Object) that has no "special" functionality in it whatsoever.





















J. Merrill / Analytical Software Corp

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to