Inheritance

I wrote a self calling function using this syntax:

var myFunction=(function(){

// some code…
3
})();

it works fine when i run the form but when i inherit from that for it does not work when the subform is run.
Any ideas?

If you have a clear case example that should work then it’s probably best to create an issue and provide the example for testing this to Servoy.