accountThisUser = account;
break;
}
}
}
system.executeAndQuery(new CheckLinkedOperation(item.getText(0), accountThisUser));
}catch (TransactionDateException e) {
MessageBox box = new MessageBox(getShell(), IMessageProvider.INFORMATION);
box.setText("Data Inv�lida");
box.setMessage(MessageConstants.TRANSACTION_DATE_EXCEPTION);
box.open();