The forms possibly runs in an infinite loop caused by the scripts fired during the initialize events.
If thoose where removed the form opens fine.
There a also a couple of scripts with very bad syntax formatting and other issues like the calculate event of the object „hecond1“.
var
count = _healthcondy.count;
this.rawValue
= healthcondy.index + 1;
- Bad line breaks
- Unused variable
- Naming variables after existing scripting methods (in this case „count“) is a no-go!
All those things can have unforeseeable effects, so they need to be fixed too.