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