捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
 
广告
评论:EhLib v3.6 FS For D4-9/CB4-6
chinaboy_wh 365321 2015/4/2 11:50:22
感谢版主,找了很久,终于找到了!
samlly 21619 2006/2/17 18:27:48
是呀,我的电脑安装此控件的时候也是此提示,
但是我把Delphi安装目录中的EHLib60.Bpl删除让它重建后还是如此.
不知是不是这个控件包有问题呢?
sdqdboys 19795 2005/12/7 8:57:21
偶英文不是太好啊,给个说明吧,偶用D6,感激不尽啊,qq254852102
sdqdboys 19794 2005/12/7 8:51:58
错误:
Package C:\program Files\Borland\Delphi6\ehlib3\Delphi6\Ehlib60.bpl can not 
be installed becasuse it not a design time package.
是什么意思啊,如何安装啊??
rainboy411 19215 2005/11/15 18:10:29
各位高手:原来3.2版本中的那个红色图标不见了,如何调出?另外右键点击出现的那个菜单也不见了,这样我从怎样才能选择不想打印的列?(3.2版本是可以选择的)
slwj 18586 2005/10/21 18:55:10
怎么把:DBDateTimeEditEh1中的日期,转化为字符呀?在程序初始化的时候又怎么把他转化回来?
var srdate1:string;
begin

if DBDateTimeEditEh1.value='then
begin
DBDateTimeEditEh1.value:=now;
end;
DateTimeToString(srdate1, 'yyyymmdd', rdwrq1.value);
lzrq.text:= srdate1;
DBDateTimeEditEh1.Value := strtodate(copy(trim(lzrq.text), 1, 4) + DateSeparator + copy(trim(lzrq.text), 5, 2) + DateSeparator + copy(trim(lzrq.text), 7, 2));  
      
这样写好象行不通呀!!!!!!!!!!
能说说吗?
slwj 18585 2005/10/21 18:54:29
怎么把:DBDateTimeEditEh1中的日期,转化为字符呀?在程序初始化的时候又怎么把他转化回来?
var srdate1:string;
begin

if DBDateTimeEditEh1.value='then
begin
DBDateTimeEditEh1.value:=now;
end;
DateTimeToString(srdate1, 'yyyymmdd', rdwrq1.value);
lzrq.text:= srdate1;
DBDateTimeEditEh1.Value := strtodate(copy(trim(lzrq.text), 1, 4) + DateSeparator + copy(trim(lzrq.text), 5, 2) + DateSeparator + copy(trim(lzrq.text), 7, 2));  
      
这样写好象行不通呀!!!!!!!!!!
能说说吗?
gxw001 17246 2005/8/27 9:10:16
惨!求救~~:从昨天起使用了EHLib的程序无法脱离delphi运行了~~~

编译为exe后只要一运行,立即提示“The evaluation of EHLib only works while delphi is running.Please contact auther of EHLib to order a full vesion”
zhangjinghui2008 16965 2005/8/14 11:45:06
在D6上安装为何总是提示:[Fatal Error] EhLib60.dpk(52): File not found: 'DBSumLst.dcu',急,急!
zhh.wang 16571 2005/7/24 13:09:14
dbgrideh,早已实现单击表格自动排序!!
<< dfw@80853 
    1、设置TDBGridEh的OptionsEh/SghAutoSortMarking属性设置为:True;
    2、TDBGridEh.Columns[*]的Title/TitleButton属性设置为:True;
    3、设置TDBGridEh的SortLocal为True;
    4、最重要一点:
       如果你使用ADO,则要USES EhLibADO;
       如果你使用BDE,则要USES EhLibBDE;
       如果你使用Interbase组件,则要USES EhLibIBX;
jmwl77 15472 2005/6/7 11:03:18

经过本人测试所有的Ehlib ,以下版本可以排序!

Ehlib v3.4 With FireRose For D7 汉化版

充分证明了FireRose的实力!大家可以到他网站上看看

http://www.hh-century.com/delphi_free/
gxw001 15209 2005/5/29 13:52:56
打印发现个小问题,title没法定义大字体。那位能赐教?先谢了!
dfw@80853 15201 2005/5/29 3:38:49
问:如何自动排序?
答:1、设置TDBGridEh的OptionsEh/SghAutoSortMarking属性设置为:True;
    2、TDBGridEh.Columns[*]的Title/TitleButton属性设置为:True;
    3、设置TDBGridEh的SortLocal为True;
    4、最重要一点:
       如果你使用ADO,则要USES EhLibADO;
       如果你使用BDE,则要USES EhLibBDE;
       如果你使用Interbase组件,则要USES EhLibIBX;
zhyifu 15121 2005/5/26 4:17:19
3.6版For D7老通不过编译,说找不到DCU文件呀
gxw001 14532 2005/5/5 21:06:21
另外那位大大知道这3.6版有无限制,诸如N月后不能使用或NNNN条记录后有麻烦什么的?
俺有点怕分发程序后才发现有问题~:)
gxw001 14531 2005/5/5 21:01:59
测试了一天,发现真是好东西,不过在D4下安装挺麻烦,老是找不到dcu,最后把common目录里面的所有文件拷贝到delphi4下先做了compile再install才搞定。汗~~:)))

不过想来也活该,抽屉里面有D8D7D6不用,光喜欢D4....:)))
humanity 14383 2005/4/27 12:01:44
错误:
Package C:\program Files\Borland\Delphi6\ehlib3\Delphi6\Ehlib60.bpl can not 
be installed becasuse it not a design time package.

Registration procedure ,Ehlibreg.Register in package C:\program Files\Borland\Delphi6\ehlib3\Delphi6\DclEhlib60.bpl raised exception class EFilerError:A class named TPreviewBox already exists.
是什么意思??
humanity 14381 2005/4/27 11:45:52
By default Delphi (5, 6 and 7) place compiled EhLibXX.BPL file to the 
<Delphi path>\Projects\Bpl directory and this directory already present 
in the search PATH. But if you overwrite default BPL directory then you need
put compiled EhLibXX.BPL file into directory that is accessible 
through the search PATH (i.e. DOS "PATH" environment variable; for example, 
in the Windows\System directory).

Add, (if needed) 'EhLib directory' in Tools->Environment Options->Library->
Library Path (For Delphi 9 in Tools->Options->Environment Options->
Delphi Options->Library - Win32->Library Path).

After compiling run-time package you must install design-time
package DclEhLibXX.BPL into the IDE.

帮忙翻译一下,不懂是不是和我理解的一样。
ttjacky 14313 2005/4/25 17:46:50
我来加上说明吧

EhLib 3.6

+ Added support of Delphi 2005 (Under VCL.Win32 and VCL.NET).

+ Added Tooltips property in TDBEditEh, TDBDateTimeEditEh, TDBNumberEditEh, TDBLookupComboboxEh. Allows to show the whole text of the edit control in special hint window if text does not fit in visible area. Text is displayed when the mouse cursor situated above the edit control.

In TDBGridEh

+ Added OddRowColor and EvenRowColor property to draw odd and even rows with different colors. It works only if sequence numbers are available for DataSet(DataSet.IsSequenced = True) and DataSet.RecNo return valid info.

+ Added dghRecordMoving value in TDBGridEhOption type (OptionsEh property).
  Allows to move records in dataset. Record is moved by striking and moving mouse over indicator column. By default grid calls TDatasetFeaturesEh.MoveRecords, where code save values of record, delete record and insert new values in the position specified by RecNo.

+ Added OnMoveRecords event of TGridMoveRecordsEventEh type.
  TGridMoveRecordsEventEh = function(Sender: TObject; BookmarkList: TStrings; ToRecNo: Longint; TreeLevel: Integer; CheckOnly: Boolean): Boolean of object;
  BookmarkList is a list of bookmarks which need to move. 
  ToRecNo is a destination RecNo.
  TreeLevel is a destination level in tree list, used only when grid connected to MemTableEh.
  CheckOnly - determines whether the function have to return result, are there enabling to move BookmarkList to ToRecNo, but does not move BookmarkList.

+ Added OnSelectionChanged event. Occurs when multiselected area has been changed. 

* In AdvTech\MemTableEh: Added possibility to filter data in TreeList mode; usage one array of records by the several datasets; moving records in TreeList in dghRecordMoving mode.
jackylo2008 14094 2005/4/18 10:43:15
我原來使用 BDE QUERY + Ehlib, 程式在D7 IDE RUN 時正常; 現改用 ADOQuery + Ehlib, 程式在D7 IDE RUN 時不正常,出現 "Project Main.exe raised exception Class EOLeException with message "發生無法識別的錯誤", Process Stopped use step or Run to Continue", 查明是与ADOQuery里自定義一字段有關, 移除此字段就不會顯示, 有點不明的是使用BDE Query 時正常, 改用 ADOQuery 就不正常了(字段定義是正確的), 請各位高手指教.3Q!
第一页 上一页 下一页 最后页 有 35 条纪录 共2页 1 - 20
 用户名:
 密 码:
自动登陆(30天有效)
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表