paymentMethodColumn.setPickList(new borland.jbcl.dataset.PickListDescriptor(paymentMethodDataSet, new String[] {"CREDIT_CARD_NAME"}, new String[] {"CREDIT_CARD_NAME"}, new String[] {"PAYMENT_METHOD"}, false));
orderLineItemDataSet.setMasterLink(new borland.jbcl.dataset.MasterLinkDescriptor(orderDataSet, new String[] {"order_no"}, new String[] {"order_no"}, false));
orderLineItemDataSet.setEnableInsert(false);
orderLineItemDataSet.setEnableDelete(false);
orderLineItemDataSet.setQuery(new borland.sql.dataset.QueryDescriptor(database, "select * from orderLineItems", null, false, Load.ALL));
sizeColumn.setPickList(new borland.jbcl.dataset.PickListDescriptor(productSizesDataSet, new String[] {"AVAILABLE_SIZES"}, new String[] {"AVAILABLE_SIZES"}, new String[] {"SIZES"}, false));
colorColumn.setPickList(new borland.jbcl.dataset.PickListDescriptor(productColorsDataSet, new String[] {"AVAILABLE_COLORS"}, new String[] {"AVAILABLE_COLORS"}, new String[] {"COLORS"}, false));