一、利用FrDbgrid 打印 DbGrid 控件中的内容时如何让所打印的内容居中,如何设置页边界;
二、在 FRRepor 中如何打印Jpg格式的图片(图片存于数据库的OLE字段中)。 

解决方案 »

  1.   

    好像大家都在研究RAVE的使用,不再用FASTREPORT了.
      

  2.   

    Delphi 7 才有Rave,Delphi 6要到什么地方去下载Rave?
      

  3.   

    如何在 FastReport  中打印OLE字段的Jpg格式图片?
      

  4.   

    何必罗嗦,这里看看,有没有你所需要的:
    http://www.csdn.net/Subject/137/
      

  5.   

    没有呀,
    还是得请教如何在 FastReport  中打印OLE字段的Jpg格式图片?
      

  6.   

    修改fr.inc,找到
    //------------------- JPEG images -----------------------------------
    // JPEG images - only available in Delphi 3 and above. Adds approximately
    // 100Kb to your EXE.
    // If you want to show jpeg images in "Picture" object, uncomment
    // the following line:
    //{$DEFINE JPEG}
    改成
    {$DEFINE JPEG}OK?
      

  7.   

    只是把那一行的注释取消。如下
    //------------------- JPEG images -----------------------------------
    // JPEG images - only available in Delphi 3 and above. Adds approximately
    // 100Kb to your EXE.
    // If you want to show jpeg images in "Picture" object, uncomment
    // the following line:
    {$DEFINE JPEG}