Entwickler-Ecke

Grafische Benutzeroberflächen (VCL & FireMonkey) - [VisualCLX] Drucken


bash - Mo 07.10.02 17:46
Titel: Drucken
Hi,

weiß jemand, ob es ne geeignete Komponente zum Drucken in der CLX gibt?
Möchte gern eine Tabelle aus einer Datenbank (ibo) drucken.

Danke schon im Voraus!

bis dann


Klabautermann - Mo 07.10.02 23:27

Hallo,

welches Delpi/Kylix hast du?
Beim Delphi 7 ist Rave Report [http://www.nevrona.com] dabei, ich schätze das gild dann auch für Kylix 3 (habe ich zwar installiert aber noch nicht getestet).

Ein anderes CLX Reporting Tool ist mir nicht bekannt, was nicht heißen muss dass es das nciht gibt.

Gruß
Klabautermann


bash - Di 08.10.02 09:40

hi klabautermann,

bis jetzt habe ich noch kein kylix. ich möchte mein programm trotzdem ganz gerne in clx schreiben, weil ich mir das kylix bestimmt noch besorgen werde. zur zeit verwende ich delphi6 enterprise.
die kompos von fastreport scheinen doch auch in der clx vorhanden zu sein, oder?

aber ich hab noch ein kleines anderes problem:
wenn ich nun meine datenbankkompos eingerichtet hab und mir schon eine tabelle im dbgrid angezeigt wird, läuft dann das programm auch wenn ich es ausführe.
wenn ich dann allerdings die frPrintTable-kompo von fastreport drauf schmeiße, krieg ich folgende fehlermeldung:

Zitat:
[Error] WARNING. Duplicate resource(s):
[Error] Type 2 (BITMAP), ID DBEDIT:
[Error] File d:\programme\borland\delphi6\Lib\dbgrids.res resource kept; file d:\programme\borland\delphi6\Lib\QDBGrids.res resource discarded.
[Error] Type 2 (BITMAP), ID DBGARROW:
[Error] File d:\programme\borland\delphi6\Lib\dbgrids.res resource kept; file d:\programme\borland\delphi6\Lib\QDBGrids.res resource discarded.
[Error] Type 2 (BITMAP), ID DBINSERT:
[Error] File d:\programme\borland\delphi6\Lib\dbgrids.res resource kept; file d:\programme\borland\delphi6\Lib\QDBGrids.res resource discarded.
[Error] Type 2 (BITMAP), ID DBMULTIARROW:
[Error] File d:\programme\borland\delphi6\Lib\dbgrids.res resource kept; file d:\programme\borland\delphi6\Lib\QDBGrids.res resource discarded.
[Error] Type 2 (BITMAP), ID DBMULTIDOT:
[Error] File d:\programme\borland\delphi6\Lib\dbgrids.res resource kept; file d:\programme\borland\delphi6\Lib\QDBGrids.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_CANCEL:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_DELETE:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_EDIT:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_FIRST:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_INSERT:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_LAST:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_NEXT:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_POST:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_PRIOR:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 2 (BITMAP), ID DBN_REFRESH:
[Error] File d:\programme\borland\delphi6\Lib\dbctrls.res resource kept; file d:\programme\borland\delphi6\Lib\QDBCtrls.res resource discarded.
[Error] Type 10 (RCDATA), ID TLOGINDIALOG:
[Error] File d:\programme\borland\delphi6\Lib\DBLOGDLG.dfm resource kept; file d:\programme\borland\delphi6\Lib\QDBLogDlg.xfm resource discarded.
[Error] Type 10 (RCDATA), ID TPASSWORDDIALOG:
[Error] File d:\programme\borland\delphi6\Lib\DbPWDlg.dfm resource kept; file d:\programme\borland\delphi6\Lib\QDBPWDlg.xfm resource discarded.


mein frage nun: woran liegt das? kommt fastreport wirklich nur mit vcl, und nicht mir clx aus??

bis dann


marki - Sa 19.10.02 13:51

Es gibt da zwei Versionen, eine für VCL und eine füe CLX. Mit Kylix3 wird auch RaveReport4.5 CE for Linux ausgeliefert. Muß aber sagen, habe diesen bis heute noch nicht installiert bekommen.
Zur Zeit bin ich dabei alle Druckausgaben aus TCanvas umzustellen.

Mario