You've already forked lazarus-ccr
TRxDBGridExportSpreadSheet - open after export
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3377 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -85,7 +85,7 @@ type
|
|||||||
procedure Register;
|
procedure Register;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses fpsallformats, LCLType, Forms, math, LazUTF8, rxdconst, Controls,
|
uses fpsallformats, LCLType, Forms, math, LazUTF8, rxdconst, Controls, LCLIntf,
|
||||||
RxDBGridExportSpreadSheet_ParamsUnit;
|
RxDBGridExportSpreadSheet_ParamsUnit;
|
||||||
|
|
||||||
{$R rxdbgridexportspreadsheet.res}
|
{$R rxdbgridexportspreadsheet.res}
|
||||||
@ -288,6 +288,9 @@ begin
|
|||||||
FDataSet.Bookmark:=P;
|
FDataSet.Bookmark:=P;
|
||||||
FDataSet.EnableControls;
|
FDataSet.EnableControls;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
if Result then
|
||||||
|
OpenDocument(FileName);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TRxDBGridExportSpreadSheet.DoSetupTools: boolean;
|
function TRxDBGridExportSpreadSheet.DoSetupTools: boolean;
|
||||||
|
Reference in New Issue
Block a user