以前别人开发的程序需要DBGRIDEH控件,但我在DELPHI程序员之家里下下来的怎么按装不上呀.
        if (not VarIsNull(Listvalue)) and EditCanModify then
抱UNDECLARED IDENTIFILER 'VARISNULL'的错误
还有其它的错误麻烦大侠帮忙呀!
谁能把这控件安安试试错误怎么那么多?
是我其他的东东没安吗/
我是用DBGRIDEH.PAS安的!

解决方案 »

  1.   

    你安装他的打包文件吧,选择对应的D5,D6,D7的
      

  2.   

    outer2000(天外流星) ( ) 
    没有呀!
    我搜索了没找到!
    huayuxing(huayuxing) ( ) 
    什么D5,D6,D7具体怎么安?
    我是菜鸟能仔细些吗?
     yzykjh(爱吃子姜的人) ( ) 
    你说的很对,但又抱新的错误了,我用的DELPHI7可能是不兼容吧!
      

  3.   

    你把EMail留下我发一个Delphi7的给你。
      

  4.   

    发不过来!你到ftp://pub.chinafsdu.net/下去吧!
      

  5.   

    我等不上去呀
    FTP等不上去
    你发到[email protected]
      

  6.   

    1、对于单个控件,Componet-->install component..-->PAS或DCU文件-->install;
    2、对于带*.dpk文件的控件包,File-->Open(下拉列表框中选*.dpk)-->install即可;
    3、对于带*.bpl文件的控件包,Install Packages-->Add-->bpl文件名即可;
    4、如果以上Install按钮为失效的话,试试Compile按钮;
    5、是run time lib则在option下的packages下的runtimepackes加之。
        如果编译时提示文件找不到的话,一般是控件的安装目录不在Delphi的Lib目录中,有两种方法可以解决:
    1、反安装的源文件拷入到Delphi的Lib目录下;
    2、或者Tools-->Environment Options中把控件源代码路径加入到Delphi的Lib目录中即可。
    注意:所安装的控件是否与你所用的Delphi版本相适应。
      

  7.   

    我用的DELPHI7
    我该用里面的哪个包来安装呀
    怎么又提示[Hint] DBGridEh.pas(685): Overriding virtual method 'TCustomDBGridEH.DefaultHandler' has lower visibility (protected) than base class 'TCustomGrid' (public)
    [Error] DBGridEh.pas(1192): Undeclared identifier: 'VarIsNull'
    [Error] DBGridEh.pas(1192): Operator not applicable to this operand type
    [Warning] DBGridEh.pas(1290): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(1291): Combining signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(1666): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(3223): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(3279): Comparing signed and unsigned types - widened both operands
    [Error] DBGridEh.pas(3700): Not enough actual parameters
    [Warning] DBGridEh.pas(5292): Combining signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(5484): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6111): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6111): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6113): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6115): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6117): Comparing signed and unsigned types - widened both operands
    [Warning] DBGridEh.pas(6118): Comparing signed and unsigned types - widened both operands
    [Fatal Error] PrnDbgEh.pas(17): Could not compile used unit 'DBGridEh.pas'
    那么多错误呀!
    到底怎么安装呀!
      

  8.   

    你用程序打开一个。DBK文件包,DELPHI7的,然后再点INSTALL
      

  9.   

    打开Ehlib组件包,选择Install就可以在Data Controls找到它了。
    另外,选择菜单Tools->Environment Options->Library->Library Path,把他Ehlib组件的路径加上去就OK了!
      

  10.   

    需要知道原来用的版本.
    要一致.
    安装时要根据DELPHI版本选择对应的版本即可.