mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
* Do not allow data management in the IDE
git-svn-id: trunk@57358 -
This commit is contained in:
parent
f6c552eca5
commit
fe087e9ac4
@ -263,6 +263,7 @@ begin
|
|||||||
F:=TFPReportDesigner.Create(Application);
|
F:=TFPReportDesigner.Create(Application);
|
||||||
try
|
try
|
||||||
F.Report:=Self.Report;
|
F.Report:=Self.Report;
|
||||||
|
F.Options:=AllReportDesignOptions-[rdoManageData];
|
||||||
F.ModalWindow:=True;
|
F.ModalWindow:=True;
|
||||||
F.Execute;
|
F.Execute;
|
||||||
Designer.Modified;
|
Designer.Modified;
|
||||||
|
Loading…
Reference in New Issue
Block a user