turn on virtual table mode for swing in trunk for others to test

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
This commit is contained in:
Heng Sin Low 2010-02-24 05:39:43 +00:00
parent eb40b62629
commit da5292bbea
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ public final class APanel extends CPanel
ADialog.error(0, null, "AccessTableNoView", "(No Window Model Info)");
return false;
}
GridWindow mWindow = new GridWindow (wVO); // Timing: ca. 0.3-1 sec
GridWindow mWindow = new GridWindow (wVO, true); // Timing: ca. 0.3-1 sec
// Set SO/AutoNew for Window
Env.setContext(m_ctx, m_curWindowNo, "IsSOTrx", mWindow.isSOTrx());
if (!autoNew && mWindow.isTransaction())