sxbug老师,
对不起,冒昧在您发的其它贴中打扰您!请教一个问题:您是如何解决您以前发表的这个问题的。我也遇到相同问题。非常感谢!
"delphi xe5 up2安装 ro da 的unidac 驱动,成功编译 dataabstarct_unidac_d19.dpk,可在安装的时候提示 该bpl文件不是一个有效的win32程序,不能安装。本人是在win 8.1 64位的环境下,但都是编译和生成 32位的 unidac的bpl。奇怪 得很。
这段时间 都是 瞎折腾了。"
请指教,非常感谢!
Yuanyi

解决方案 »

  1.   

    bzLabel.Caption:=Label6.Caption + '(s)';
           sysjLabel.Caption:=Trim(FlatEdit2.Text);       lRect.Left := 0;
           lRect.Top := 0;
           lRect.Right := ppImage1.spWidth;
           lRect.Bottom := ppImage1.spHeight;       //Create a metafile from the chart
           lMetaFile := MainChart.TeeCreateMetafile(True, lRect);       //Assign the metafile to a TppImage component
           ppImage1.Picture.Metafile.Assign(lMetaFile);
           ppReport1.Print ;
           lMetaFile.Free;这样就可以 动态改变 report的内容了