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:...
Bonjour la communauté, Je travaille avec une base de données mysql mais j'ai constaté récemment que les colonnes de type checkboxes ne fonctionnent qu'avec...
... On peut faire la même chose avec d'autres types de champs, mais la différence, c'est qu'il faut définir dans la propriété KeyList avec les valeurs du...
Bonjour la communauté, Je voudrais savoir comment implementer une zone de recherche en haut des colonnes de grille DBGRIEH?J'ai constaté en fait en activant...
... C'est possible, mais il faut inclure dans l'unité source l'un des fichiers du répertoire Ehlib\DataService, en fonction du type de connection qui est...
Hi Guys, Anybody got MyDAC & EhLib 4 working to access MySQL? I'm trying to get EhGrid to do Sorting/Filtering and I found the EhLibMyDAC.pas file but am not...
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
delphi_8@...
Apr 6, 2006 8:30 pm
485
hello, i have a dbgrideh linked with a tmemtableeh. this tmemtableeh is also linked with a TClientDataSet by a TDataSetDriver. When i do a refresh on the...
Hi. I have a table, a datasource and the DBGridEh. If the table is not filtered is ok, verticall scroll is ok. If the table is filtered, verticall scroll work...
Hi I think it's not intuitive for users when there is no selection in grid and they just trying to copy current cell to clipboard, and Ehlib copies nothing, so...
Dear Friends, VT Manpower Consultancy Services Pvt Ltd., is the leading Manpower provider for IT and ITES Companies in South India. We are providing a better...
Dear Friends, VT Manpower Consultancy Services Pvt Ltd., is the leading Manpower provider for IT and ITES Companies in South India. We are providing a better...
Hi, This is an urgent requirement. Delphi and RDBMS company name: NESS Technologies. Level:Senior Software Engineer Experience Level: 4-6 years in IT Total...
Hello, I'm developing a windows application using C++ builder 6 and postgres as a database server. Also I'm using the postgresDAC (Direct Access Component) to...
Hi There seems to be a problem when one popup menu is set for column and another for grid. I think in such case when I right-click on column that have specific...
I wrote an application which use zeos databases objects in delphi with Mysql database. I want to have a incremental zone of search and i rewrote the ...
First the Column.OnGetCellParams is misspiled as OGetCellParams missing the "n" Second there was no DataSet available in the event. Third there was no OnClick...
There has not been any new release of EhLib for a while and this forum seems dead, too. Is EhLib still being worked on, or is it an abandoned project now?...
hello All i used Dbehgrid in order to genaret a dynamic report which it's fileds are generated in run time not in design mode as i have to have the sum of each...
hello all i used dbgrideh in order to generate a dynamic report.i mean my fiels of report are generated from a sql query and will be shown in the grid.i need...
Hello when I change a field in record, move up or down to another record for post my changes. for example field is chechbox and when chech this field, Post...
Hello mahdis, Try to use next code DBGridEh2.FooterRowCount:=1; //Ok DBGridEh2.SumList.Active := True; DBGridEh1.Columns[1].Footer.ValueType:=fvtSum; Before...
Hello arveen1925, You can wtite next event for Column.OnUpdateData procedure TForm1.DBGridEh1Columns6UpdateData(Sender: TObject; var Text: string; var Value:...
hello sir, cau you help me more? i did not get what you say how should i add some element to collection theanks alot DmitryB <forforum@...> wrote: Hello...