> Method %OnNew(initval As %String) As %Status {
> // ForEach property in Parent
> // If this.property == "" Then this.property = Parent.property
> // I wonder if %OnNew() can be a generator method?
by definition, if its NEW then ALL values are NULL so EVERY property
will be the parents property !
> Method %OnAddToSaveSet() {
> // ForEach property in this class
> // If this.property == Parent.property Then this.property = ""
> }
need to rethiink here, inheritance won't work when any property is
mandatory and minimum length !
and in case, your wondering, no, I haven't a solution, just
observations ;-{
kev