if (lcustid != null)
{
if (lcustid.equals("") == false)
{
lcustid = lcustid.toUpperCase();
if (u.create(lcustid, "", "Y") == false)
{
JUtility.errorBeep();
JOptionPane.showMessageDialog(Common.mainForm, u.getErrorMessage(), lang.get("dlg_Error"), JOptionPane.ERROR_MESSAGE,Common.icon_confirm);
}
else