mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:29:31 +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);
|
||||
try
|
||||
F.Report:=Self.Report;
|
||||
F.Options:=AllReportDesignOptions-[rdoManageData];
|
||||
F.ModalWindow:=True;
|
||||
F.Execute;
|
||||
Designer.Modified;
|
||||
|
Loading…
Reference in New Issue
Block a user