我安装了CrystalVCL9Delphi7
但是我不知道如何使用,不知道有哪位高人可以贴源码或者传点源码给我.感激不尽.
[email protected]
谢谢.

解决方案 »

  1.   

    我现在的代码这样写
      try
        Crpe1.ReportName := '..\AllSell.rpt';
        Crpe1.Show;
        Crpe1.HideWindow;
        while Crpe1.Status <> crsJobCompleted do
          Application.ProcessMessages;
        Crpe1.ShowWindow;
      except
        ShowMessage('载入文件失败!');报这个错
    ---------------------------
    Debugger Exception Notification
    ---------------------------
    Project Project1.exe raised exception class ECrpeError with message 'Error:104 Failed to obtain Version Information from CRPE32.DLL - GetCrpeVersion <GetVersionInfo>
    Windows Error Number: 1812 - 指定的映像文件不包含资源区域。'. Process stopped. Use Step or Run to continue.
    ---------------------------
    OK   Help   
    ---------------------------
    郁闷,我装的是水晶报表10,而这个控件是CrystalVCL9Delphi7 ,会不会版本的问题,还是....
    郁闷死了,请高人赐教!  end;