110111112113114115116117118119120121
if (Application.inServerMode()) return; try { SynchronizeExecuteDialog d = new SynchronizeExecuteDialog(jobs,SynchronizeExecuteDialog.POSITION_CENTER); d.open(); } catch (ApplicationException ae) { throw ae; }