#fastreport #error
Undeclared identifier 'XXX'

Name: XXX
中身: [XXX]

中身だけの定義で上記のエラーとなる

#cppbuilder #fastreport
FastReportデザイン画面
左ダブルクリックで「Page Options」ダイアログ表示
これは知らなかった

#cppbuilder #FastReport
TfrxReport
ファイルでなくフォームにデザインを持たせるとフォーム間コピーは失敗?

> duplicate name

中身だけコピーするか

#fastreport #image

過去の実装

TfrxPictureView *picptr = (TfrxPictureView *)Sender;

// picptr->Picture->LoadFromFile(L"export.bmp");

picptr->Picture->LoadFromClipboardFormat(CF_BITMAP, pCB->GetAsHandle(CF_BITMAP), 0);

#fastreport
How to set a picture in a report from the user application code
https://www.fast-report.com/en/blog/301/show/
How to set a picture in a report from the user application code

Quite often there is a need to set various images in the report depending on any conditions or input parameters. This problem was encountered by the user of the List & Label report generator: Is ...

#fastreport #geometry

68.03; 249.45 525.35; 18.90

この説明がなかったり

#fastreport #bug
_が二重線になるときがある
ペースト処理がおかしい

#cppbuilder #fastreport
FastReport

Nameを変更してもReportTreeに表示される順番はアルファベット順にならない
のか

#cppbuilder #fastreport
不可視コンポーネントをシート外に配置しようとした
表示されないので、デザイン管理の点からよくない

#cppbuilder #fastreport
OnBeforePrint()イベント

Sender->Name == NULL
の時が10回程度ある