* Do not allow data management in the IDE

git-svn-id: trunk@57358 -
This commit is contained in:
michael 2018-02-24 14:56:25 +00:00
parent f6c552eca5
commit fe087e9ac4

View File

@ -263,6 +263,7 @@ begin
F:=TFPReportDesigner.Create(Application);
try
F.Report:=Self.Report;
F.Options:=AllReportDesignOptions-[rdoManageData];
F.ModalWindow:=True;
F.Execute;
Designer.Modified;