Fixed a bug where:
e_OpenWindow.sDynamicInternalWindowID = e_OpenWindow.sDynamicInternalWindow+selectedPK
is called to soon.
It should be after e_OpenWindow.sDynamicInternalWindow = ..
Just search for
e_OpenWindow.sDynamicInternalWindowID = e_OpenWindow.sDynamicInternalWindow+selectedPK
and move it after e_OpenWindow.sDynamicInternalWindow = ..
The code in the current download beta2 is NOT fixed. Fix will be in the next version beta3