Delphi DBGrid Vertical Scroll Bar behavior. The current VCL DBGrid works when the 1st Row is highlighted and you click on the `Scroll Bar Down Arrow...
Hello Jonathan, Grid supports such behaviour but only when it connected to TMemTableEh (from AdvTech of EhLib archive). Standard interaction between dbgrid and...
Hi, everybody, I am a new comer. Does anybody knows how to clear the STFilter at runtime? The situation is like this: after you select the Filter Column, you...
Hello e37_houdw, Tuesday, August 31, 2004, 12:13:39 PM, you wrote: e> Hi, everybody, I am a new comer. e> Does anybody knows how to clear the STFilter at...
Thanks, Dmitry V. Bolshakov. I added a PopupMenu to call ApplyFilter and ClearFilter/ApplyFilter. and they do works. Because some of the filter columns are...
Hello e37_houdw, e> It just seems a little bit not convenient to press the Enter after e> select the Filter from a ComboBox like Filter editor. Is it possible ...
STFilter running very well in main form (MDIfORM), but not working in MDIChild. I'm using Delphi7 & ADOQuery for my dataset. It won't help even thought I added...
Hello smching2001, Saturday, September 11, 2004, 6:55:42 AM, you wrote: STFilter nowhere checks the type of Form. s> STFilter running very well in main form...
I need a report title in every page. the report title must be print before the page header, and i can set it's font. Please answer me How to do? Like the...
Hello ht88th2000, You can use TPrintDBGridEh.Title property but TPrintDBGridEh does not allow to change font for Title. Wednesday, September 15, 2004, 10:58:35...
I best Wish that the TDBGridEh has TDBGridEh.Title property(like TPrintDBGridEh.Title). In fact,the TPrintDBGridEh.Title property is not useful generally. I...
Hello, I found your component very well but I've a problemewith an application that uses it. I make a Master/detail relation between two TADOTables and I noted...
bidochon2210
bidochon2003@...
Sep 22, 2004 6:26 pm
146
... is ... just a precision : I used TDBSumList V1.00 Merci...
bidochon2210
bidochon2003@...
Sep 22, 2004 7:53 pm
147
Hello bidochon2210, DBSumList does not depend of type of dataset and does not know about master/detail relations. Write next code for event that is call when...
TDBGridEh How remove current row from selected rows, if Selection type is gstRectangle? Current row is top of selection rect....
ksergey_72
s_wr@...
Sep 26, 2004 5:06 am
149
Hello ksergey_72, Try to use next code: procedure TForm1.bClick(Sender: TObject); var LeftCol: Integer; begin if DBGridEh1.Selection.SelectionType =...
Hi, I would use DBGriEh for edit lines of an invoice. I have a table ("Products") where there are stored the products (Designation,codes,Prices,...) and 2...
bidochon2210
bidochon2003@...
Sep 27, 2004 2:11 pm
152
Thank you very much Dmitry Lionel...
bidochon2210
bidochon2003@...
Sep 27, 2004 2:12 pm
153
Hello bidochon2210, There no such event. Try to use TColumn.OnUpdateData event. Event occurs when grid is going to write data from InplaceEditor in DataSet...
... DataSet field. ... automatically ... of a ... Ok thank you for your quick answer, that works fine ! The datas of the line are showed, not when the...
bidochon2210
bidochon2003@...
Sep 27, 2004 6:29 pm
155
Hello bidochon2210, b> Ok b> thank you for your quick answer, that works fine ! b> The datas of the line are showed, not when the lookupCombobox close b> up...
Hello, I am very sorry to insist but I can't succed to catch an event to show the informations of a line at a time when the ColumnDBLookupCombobox closes up,...
bidochon2210
bidochon2003@...
Sep 29, 2004 7:46 pm
157
Hello, I was wondering if the GridView component is part of the EHLib library. I have a program that uses EHLib and I am using the demo version of EHlib just...
I have just inherited the source code for a large project from a company that no longer exists. The project uses EhLib version 2.0 and I have been given the...
rmn_rv
rmn_rv@...
Sep 30, 2004 4:34 pm
159
Dear Developers, I am glad to announce new version (3.5) of EhLib. More detail info you can get here: http://www.ehlib.com ... You can get demo from...