On Wed, Jun 06, 2007 at 04:29:30PM -0400, Chris Frey wrote: > In the PINMessage class, you have a MessageRecordId. What does this number > represent? Is it the same as the value passed in to the SetIds() call? > > I should do some more experiments here, but thought I'd ask in case > you have some insight.
I've answered my own question here... in my testing, it does seem that RecordId (as done in classes like Record::Contact) holds the same value as MessageRecordId. The difference is that RecordId comes through the SetId() API, and is parsed in the protocol header, while MessageRecordId is stored inside the record itself, as a common field. I've updated PINMessage to store both, since they are distinct. - Chris ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Barry-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/barry-devel
