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