Typos on page 229
in item 13. it should say ...' and set the ReadOnly property to True.' If you set the property to True, you get a runtime error complaining that it did not find a method with this attribute in its parameters.
in item 15. it Schould say 'ShowDeleteButton' instead of 'ShowDelete' and 'ShowEditButton' instead of 'ShowEdit'. There simply are no 'ShowDelete' and 'ShowEdit' properties.
|