优化一些细节
This commit is contained in:
parent
ec65f528b4
commit
1acf599818
@ -86,11 +86,11 @@ g_teMenus.openFile = function(ctrl){
|
|||||||
var curCol = g_flexcell.ActiveCell().Col;
|
var curCol = g_flexcell.ActiveCell().Col;
|
||||||
g_flexcell.FrozenRows = 0;
|
g_flexcell.FrozenRows = 0;
|
||||||
g_flexcell.FrozenCols = 0;
|
g_flexcell.FrozenCols = 0;
|
||||||
g_flexcell.range(0,0,0,g_flexcell.colCount).ClearBackColor();
|
g_flexcell.range(0,0,g_flexcell.rowCount,g_flexcell.colCount).ClearBackColor();
|
||||||
g_flexcell.range(0,0,g_flexcell.rowCount,0).ClearBackColor();
|
|
||||||
var frmMask = win.ui.mask(mainForm,true)
|
var frmMask = win.ui.mask(mainForm,true)
|
||||||
frmMask.show(true);
|
|
||||||
var t = teUtils.getTxtTableData();
|
var t = teUtils.getTxtTableData();
|
||||||
|
frmMask.show(true);
|
||||||
|
win.delay(500);
|
||||||
if(t){
|
if(t){
|
||||||
g_flexcell.AutoRedraw = false;
|
g_flexcell.AutoRedraw = false;
|
||||||
g_flexcell.setTable(t,,t.fields);
|
g_flexcell.setTable(t,,t.fields);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user