BF [ 1673902 ] Independent tabs with "Processed" column are not working

This commit is contained in:
teo_sarca 2007-03-05 10:11:37 +00:00
parent 4aec185a6a
commit d1f31eaf6b
1 changed files with 2 additions and 1 deletions

View File

@ -874,7 +874,8 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
return false;
}
// Prevent New Where Main Record is processed
if (m_vo.TabNo > 0)
// but not apply for TabLevel=0 - teo_sarca [ 1673902 ]
if (m_vo.TabLevel > 0 && m_vo.TabNo > 0)
{
boolean processed = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "Processed"));
// boolean active = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "IsActive"));