Child pages
  • Inheritance Model

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
function newRecord(event) {
	_super.newRecord(event)
	city = 'Amersfoort'
	return
}

Limitations

There are no not many limitations to form inheritance. If One of the limitations is that if you have a element on a  element on the super form you can not : Can only edit some types of properties inherited from a super form, not all. Can't alter any properties of elements or parts. Cannot insert new parts inbetween existingnot delete it on the child form, if you don't want to see it on your child form you can uncheck the visible property of the element. Another limitation is that you cannot insert new parts in-between existing, only after existing parts.

Inheritance and Security

Setting the super form on existing form (design or runtime): Parts( and elements?) defined on both child and super form: the super form parts are used