Steven Sitas
Feb 10
Bug Reports
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 = ..
1