OK, thanks for the info... I have to admit that I have not installed yet ... :) Do frozen columns need to be in the front (column 0) or can I have col 0 and ...
Hi. I`v use EhLib 4.0 The problem is: To DBGridEh conected PopUp menu where one of the Item have ShortCut 'Enter'... and STFilter on the Grid is enabled... And...
I've come across a bug in EhLib. I have a TDataModule with a TMemTableEh. That works perfectly. Then I create another TDataModule which is inherited from the...
Hello flashcqxg, Check your DataSet that lay between DataBase and Grid. "showing incorrect" is not enough to give explanation. It may be because DataSet create...
there are some errors when i compile it in delphi 2006 Errors in the file DBUtilsEh.pas in this part STFldTypeMapEh: array[TFieldType] of TSTOperandTypeEh = ( ...
I tried to install EHLib40 on Delphi 2006 and got the following errors (in german language): Erzeugen [Pascal Fehler] EhLibVCL.pas(737): E2003 Undefinierter ...
Hello grlwaldhelm, Hello Gerhard. EhLib 4.0 does not support D2006. EhLib 4.1 will support D2006. I am going to release 4.1 at nearest week. Sunday, January 8,...
Hello Dmitry, thank a lot for your answer. Is there a free update from 4.0 to 4.1 and how can I get the update (if available)? Regards Gerhard ... errors...
hi dear I use Ehlib 3 (source included) and i want to show all records that include the string is typed for example if i type string 'abc' the records that...
Hi everybody. Sorry for my bad english. I have a question about EhLib component for Delphi. Is there the possibility to merge the cells of the footer as in the...
Hi everybody. Sorry for my bad english. I have a question about EhLib component for Delphi. Is there the possibility to merge the cells of the footer as in the...
Hello roma.prova, Regrettably DBgridEh can not merge cells in footer. Monday, January 23, 2006, 10:37:53 PM, you wrote: rp> Hi everybody. rp> Sorry for my bad...
Hello, I am still waiting for EhLib 4.1. On the download page (Link Registration) there is only 4.0 available. Where and when can I download 4.1? I purchased...
Hello grlwaldhelm, Hello, Gerhard You can download EhLib 4.1 using same path and password as for 4.0. Wednesday, January 25, 2006, 12:22:52 PM, you wrote: g>...
I want to buy a Ehlib version compatible with BDS2006. The 4.1 version is not available for download, only the demo is. How to get a 4.1 licensed version ? ...
Hello, i am working with EhLib41 and Delphi6. It seems, that FindFirst, FindNext does not work. For Example (an empty form with a button): procedure...
Using DElphi 7 with DBISAM. It does not allow quotes around boolean filters or SQL's ie it follows SQL-92 Strictly. ie Ehlib generates [Catalogue]= 'True' but...
Bjr, J'aimerais savoir si c'est possible de faire des zones de recherche incrementale sur les colonnes des grilles Ehlib,si c'est le cas indiquez moi les...
Didn't work yet. Here is what I need. A Checkbox for the user to select records (select to print for example) independant from the table. Could you lay out the...
Hello Sesse, EhLib does not have TDBCTRLGRID component. EhLib have single grid - TDBGridEh. Tuesday, February 14, 2006, 3:03:26 PM, you wrote: S> hello, S> I...
Hello sawwah_kw, You can create column for checkbox. Set Column.Checkboxes = True Write Event Column.OnGetCellParams and assign Params.CheckboxState =...
Hello rundlewd, You need write and register special class TISAMDatasetFeaturesEh = class(TSQLDatasetFeaturesEh) and overwrite procedure ApplyFilter(Sender:...