bug fix [ 1659124 ] Can't edit any account combination

This commit is contained in:
teo_sarca 2007-02-13 16:34:42 +00:00
parent ca7563a039
commit 8fb786129d
1 changed files with 4 additions and 0 deletions

View File

@ -209,6 +209,10 @@ public final class VAccountDialog extends CDialog
return false;
m_mWindow = new GridWindow (wVO);
m_mTab = m_mWindow.getTab(0);
// Make sure is the tab is loaded - teo_sarca [ 1659124 ]
if (!m_mTab.isLoadComplete())
m_mWindow.initTab(0);
// ParameterPanel restrictions
m_mTab.getField("Alias").setDisplayLength(15);
m_mTab.getField("Combination").setDisplayLength(15);