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:
parent
eb40b62629
commit
da5292bbea
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue