Se activa el guardar la configuracion del griud en un fichero xml
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@355 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
5675dfe140
commit
4004c7f0c6
@ -339,7 +339,6 @@ procedure TfrViewGridBase.RestoreFromIniFile;
|
|||||||
var
|
var
|
||||||
AIniFile : String;
|
AIniFile : String;
|
||||||
begin
|
begin
|
||||||
Exit;
|
|
||||||
inherited;
|
inherited;
|
||||||
if Assigned(_FocusedView) then
|
if Assigned(_FocusedView) then
|
||||||
begin
|
begin
|
||||||
@ -438,7 +437,7 @@ var
|
|||||||
AIniFile : String;
|
AIniFile : String;
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
Exit;
|
|
||||||
if Assigned(_FocusedView) then
|
if Assigned(_FocusedView) then
|
||||||
begin
|
begin
|
||||||
|
|
||||||
@ -449,7 +448,7 @@ begin
|
|||||||
ForceDirectories(AIniFile);
|
ForceDirectories(AIniFile);
|
||||||
|
|
||||||
_FocusedView.StoreToIniFile(AIniFile + 'grid.xml', False, []);
|
_FocusedView.StoreToIniFile(AIniFile + 'grid.xml', False, []);
|
||||||
//_FocusedView.StoreToRegistry(Path + '\\GridSettings\\' + Self.Name, False, [], Self.Name);
|
// _FocusedView.StoreToRegistry(Path + '\\GridSettings\\' + Self.Name, False, [], Self.Name);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user