Einzelnen Beitrag anzeigen

Benutzerbild von Union
Union

Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.487 Beiträge
 
Delphi 7 Enterprise
 
#7

Re: QuickReport 3.51 Black-Image-Bug

  Alt 15. Mär 2007, 20:09
Du arbeitest wie bisher, nur dass Du die Formulare nicht beim Projektstart in der dpr erzeugen läßt, sondern manuell:
Delphi-Quellcode:
var
  PrintForm : TPrintForm;
begin
  PrintForm := TPrintForm.Create(self);
  ...
  PrintForm.Free;
end;
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
  Mit Zitat antworten Zitat