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...
hello all i want to have two PrintDBGridEh1.SetSubstitutes() in my grid.but as it is shown ,only one of them is accepted ,what should i do to have both of...
i also tried this one PrintDBGridEh1.SetSubstitutes(['%[date1]',edit1.text,'%[date2]',edit2.text]) ; but only date1 is recognized by delphi and [date2] will...
Hello all, I used DbGridEh,TIBXDataDriverEh and FireBird v1.5. BUT the following error occures. so please help me what to do "Dynamic SQL Error SQL Error...
hi, We have an urgent requirement for Delphi professionals for a Mumbai based MNC. Enclosed are the details: Level: Software Engineer / Senior Software...
Dear Sir, I can not use the InternalCalc field in TMemTableEh. When I add an InternalCalc field to my MemTableEh and set my MemTableEh.Active = True then I...
I am using DBGridEh (ehlig 3.0 full version) and a client dataset in a Delphi 7 (update 2 installed) App to show a query result from a firebird table. I´ve...
I am trying to use the ApplyUpdates method for a TpFIBDatabase in C++Builder but I can't seem to succeed. Since dbMain->ApplyUpdates([qryTable1]) is not a...
I use DBGridEh 4.0 with a TADODataSet. For the grid I have different Odd/Even row colors. When I insert or append a new record the alternating row colors...
To use the automatic sorting and filtering of DBGridEh one needs to have special units for registering the features of the specific dataset one is using. I was...
1¡¢why TMemTableEh can not support MouseWheelUp and DoMouseWheelDown? in the unit DBGridEh, function TCustomDBGridEh.DoMouseWheelDown(Shift: TShiftState; ...