![]() |
Re: Mit Rave drucken - aber wie?
Hallogrenzgaenger,
danke für das Beispiel und die Erklärung. Zitat:
Konnte ja auch nicht drucken. Dein Beispiel habe ich wie folgt geändert, nun geht es.
Delphi-Quellcode:
Ist dann nur noch Fleißarbeit die Koordinaten richtig zu setzen.
procedure TfrmAhnta.RvSystem1Print(Sender: TObject);
var x : TBaseReport; begin x := TBaseReport(sender); x.Fontname := 'Arial'; x.Units := unMM; x.FontSize := 10; x.FontColor := clWindowText; x.PrintXY(10,105, Label0.Caption); // Kind <-- hier die Label.Caption rein x.PrintXY(30, 55, Label1.Caption); // Vater x.PrintXY(30,155, Label2.Caption); //Mutter // usw. end; Danke noch mal für eure Geduld. Mit freundlichem Gruß Fritz |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz