![]() |
Mit Rave BMP ausdrucken?
Hallo Alle
Ich möchte mit dem Rave eine BMP ausdrucken. Hier der Code:
Delphi-Quellcode:
Wieso wird hier PrintBitmap nicht erkannt. Der Fehler: [DCC Fehler] Hauptfenster.pas(179): E2003 Undefinierter Bezeichner: 'PrintBitmap'
procedure TForm1.RvSystem1Print(Sender: TObject);
var bmp : TBitmap; begin with RvSystem1 do begin bmp := TBitmap.Create; try bmp.Assign(Image1.Picture); PrintBitmap(X,Y,1,1,bmp); finally bmp.Free; end; end; end; Gruß Klaus |
Re: Mit Rave BMP ausdrucken?
Hallo,
bist du dir sicher dass RvSystem eine Property namens PrintBitmap hat? mein RvSystem hat diese nämlich nicht. |
Re: Mit Rave BMP ausdrucken?
Zitat:
Gruß Klaus |
Re: Mit Rave BMP ausdrucken?
hab nicht nachgesehen op rpSystem 'n printbitmap hat, mein tBasePrinter hat das auf alle fälle...
|
Re: Mit Rave BMP ausdrucken?
Zitat:
Dank, an Euch Beiden. Gruß Klaus |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:07 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