Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Canvas does not allow drawing

edited September 2007 in General
Hi,

I am trying the RBuilder 10.06 on Delphi 2007.

When I run the following code:

uses raIDE, ...;

var D: TppDesigner;
begin
D := TppDesigner.Create(nil);
try
D.IniStorageType := 'Registry';
D.IniStorageName := 'RBuilder';
D.Report := ppReport1;
D.ShowModal;
finally
D.Free;
end;
end;

It will display a report builder designer form. However, when I try to
click the "Calc" Tab, it will prompt "Cannot does not allow drawing".

If I add daIDE unit in my uses clause, then the canvas error message
doesn't prompt out anymore.

--
Best Regards,
Chau Chee Yang

Comments

This discussion has been closed.