框架保存格式异常
This commit is contained in:
parent
4c77143d0b
commit
595e0ff6f5
|
@ -386,7 +386,6 @@ begin
|
||||||
view.optionsCustomize.columnfiltering := true;
|
view.optionsCustomize.columnfiltering := true;
|
||||||
mdesignCode := fDllFileName +'|'+mForm.name+ '|' + intTostr(fFormId) + '|' + grid.name;
|
mdesignCode := fDllFileName +'|'+mForm.name+ '|' + intTostr(fFormId) + '|' + grid.name;
|
||||||
grid.EndUpdate ;
|
grid.EndUpdate ;
|
||||||
|
|
||||||
CreateCxGridColumn( view,ADOQueryTmp,PWideChar(mdesignCode));
|
CreateCxGridColumn( view,ADOQueryTmp,PWideChar(mdesignCode));
|
||||||
|
|
||||||
//continue;
|
//continue;
|
||||||
|
@ -925,6 +924,7 @@ begin
|
||||||
result:=client1;
|
result:=client1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
/// //////////////////////////////////////////
|
/// //////////////////////////////////////////
|
||||||
procedure TWindowFormDeSign.setGridClick(Sender: TObject);
|
procedure TWindowFormDeSign.setGridClick(Sender: TObject);
|
||||||
var
|
var
|
||||||
|
@ -957,6 +957,7 @@ begin
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
/// ÉèÖô°¿Ú°´Å¥
|
/// ÉèÖô°¿Ú°´Å¥
|
||||||
procedure TWindowFormDeSign.initUserFormButtons(toolBar1:TToolBar;toolBar2:TToolBar=nil);
|
procedure TWindowFormDeSign.initUserFormButtons(toolBar1:TToolBar;toolBar2:TToolBar=nil);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user