Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, this is happening in the Get of the property so this indicates that something is trying to pull a value. So two things, look at and/or post the call stack so that we can see where it is coming from. Also, have you initialized the field in the SetDefaultValues event? You mentioned that this is happening when you call the Add(), so at this point, the server has never been queried. So more than likely you are not allowing the fields to be initialized and have not set a value in the SetDefaultValues before something is trying to query the property.
|