Editable Root used in EditableRootList

Editable Root used in EditableRootList

Old forum URL: forums.lhotka.net/forums/t/2234.aspx


JoeFallon1 posted on Monday, January 29, 2007

The Fetch method on page 89 of the eBook does not contain the call to MarkOld even though the text says it should. The template code on page 87 does have the call to MarkOld.

Private Sub Fetch(ByVal dr As SafeDataReader)
 
mId = dr.GetInt32("Id")
 
mName = dr.GetString("Name")

  'need a call to MarkOld() here!
End Sub

Joe

JoeFallon1 replied on Wednesday, January 31, 2007

Rocky,

Looking for some feedback on this.

Joe

RockfordLhotka replied on Wednesday, January 31, 2007

I Fixed in 2.1.3.

Copyright (c) Marimer LLC