JComponent theDroppedWidget = qq_currentEvent.getParam("sourceField");
int rownum = 0;
rownum = TableRow.get(this.getqq_OrderList());
CustomerWindow customerWin = new CustomerWindow();
customerWin.setUsage(Constants.WU_VIEW);
customerWin.display(this.getOrderList().get(rownum-1).getCustomerName());
// ================ End Forte Event Handler Translation ================
}
finally {
CursorMgr.endEvent();