BorlandDave
Programmer
Not sure if this is a very good place to post my question, but I'll give it a try anyway.
I've got a quick report form with various TQRLabels and a TQRImage. The TQRImage is to have a screen-dump bitmap assigned to it. I have coded this as follows...
Graphics::TBitmap *FormImage = GetFormImage();
QRImage1->Picture->Assign(FormImage );
However, when printed, the form displays all the TQRLabels but not the TQRImage. But I have tested the program on other computers and it works fine. Seems to be an intermittant problem.
Can anyone help?
I've got a quick report form with various TQRLabels and a TQRImage. The TQRImage is to have a screen-dump bitmap assigned to it. I have coded this as follows...
Graphics::TBitmap *FormImage = GetFormImage();
QRImage1->Picture->Assign(FormImage );
However, when printed, the form displays all the TQRLabels but not the TQRImage. But I have tested the program on other computers and it works fine. Seems to be an intermittant problem.
Can anyone help?