BF [ 1734924 ] Error when you create a new record that has mandatory values
http://sourceforge.net/tracker/index.php?func=detail&aid=1734924&group_id=176962&atid=879332
This commit is contained in:
parent
9e039d4d76
commit
4031932f4c
|
@ -444,16 +444,16 @@ public class VLookup extends JComponent
|
||||||
{
|
{
|
||||||
m_text.setText (null);
|
m_text.setText (null);
|
||||||
m_lastDisplay = "";
|
m_lastDisplay = "";
|
||||||
m_settingValue = false;
|
|
||||||
m_combo.setValue (value);
|
m_combo.setValue (value);
|
||||||
|
m_settingValue = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (m_lookup == null)
|
if (m_lookup == null)
|
||||||
{
|
{
|
||||||
m_text.setText (value.toString());
|
m_text.setText (value.toString());
|
||||||
m_lastDisplay = value.toString();
|
m_lastDisplay = value.toString();
|
||||||
m_settingValue = false;
|
|
||||||
m_combo.setValue (value);
|
m_combo.setValue (value);
|
||||||
|
m_settingValue = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue