Differences in 7.182
Hi Mike,
in previous versions of Jiwa you could use code like the below to check if you were inside the user interface, given the MDI Parent on the instance is null how can you do this now?
in previous versions of Jiwa you could use code like the below to check if you were inside the user interface, given the MDI Parent on the instance is null how can you do this now?
- Code: Select all
if (JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.MDIParentForm != null )