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
|
||||
AIniFile : String;
|
||||
begin
|
||||
Exit;
|
||||
inherited;
|
||||
if Assigned(_FocusedView) then
|
||||
begin
|
||||
@ -438,7 +437,7 @@ var
|
||||
AIniFile : String;
|
||||
begin
|
||||
inherited;
|
||||
Exit;
|
||||
|
||||
if Assigned(_FocusedView) then
|
||||
begin
|
||||
|
||||
@ -449,7 +448,7 @@ begin
|
||||
ForceDirectories(AIniFile);
|
||||
|
||||
_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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user