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;
|
||||
|
||||
implementation
|
||||
uses fpsallformats, LCLType, Forms, math, LazUTF8, rxdconst, Controls,
|
||||
uses fpsallformats, LCLType, Forms, math, LazUTF8, rxdconst, Controls, LCLIntf,
|
||||
RxDBGridExportSpreadSheet_ParamsUnit;
|
||||
|
||||
{$R rxdbgridexportspreadsheet.res}
|
||||
@ -288,6 +288,9 @@ begin
|
||||
FDataSet.Bookmark:=P;
|
||||
FDataSet.EnableControls;
|
||||
end;
|
||||
|
||||
if Result then
|
||||
OpenDocument(FileName);
|
||||
end;
|
||||
|
||||
function TRxDBGridExportSpreadSheet.DoSetupTools: boolean;
|
||||
|
Reference in New Issue
Block a user