Canvas does not allow drawing
Hi,
I am trying the RBuilder 10.06 on Delphi 2007.
When I run the following code:
uses raIDE, ...;
var 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
I am trying the RBuilder 10.06 on Delphi 2007.
When I run the following code:
uses raIDE, ...;
var 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
This discussion has been closed.
Comments
This an issue that occurs on Vista only. There is a patch for RB 10.06 that
resolves it. Please send an email to support@digital-metaphors.com
requesting the patch and we'll send it to you as soon as possible.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com