Search the web
Sign In
New User? Sign Up
EhLib
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 131 - 160 of 913   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
131
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...
Jonathan Hills
jon_hills
Offline Send Email
Jul 14, 2004
9:08 am
132
Hello Jonathan, Grid supports such behaviour but only when it connected to TMemTableEh (from AdvTech of EhLib archive). Standard interaction between dbgrid and...
DmitryB
dmitrybv
Offline Send Email
Jul 15, 2004
7:26 am
133
Hello Dmitry Thank you for your explanation. Please can you advise how to install: HYPERLINK ...
Jonathan
jon_hills
Offline Send Email
Jul 15, 2004
2:05 pm
134
Äîáðûé äåíü. íàïîðîëñÿ íà ñëåäóþùóþ çàêîâûêó: Ïðè ïîïûòêå ïåðåêëþ÷åíèÿ øðèôòà â ëþáîì...
r_cupon
r_cupon@...
Send Email
Jul 28, 2004
3:52 pm
135
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...
e37_houdw
Offline Send Email
Aug 31, 2004
8:13 am
136
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...
DmitryB
dmitrybv
Offline Send Email
Aug 31, 2004
2:46 pm
137
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...
e37_houdw
Offline Send Email
Sep 3, 2004
9:22 am
138
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 ...
DmitryB
dmitrybv
Offline Send Email
Sep 9, 2004
12:49 pm
139
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...
smching2001
Offline Send Email
Sep 11, 2004
2:55 am
140
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...
DmitryB
dmitrybv
Offline Send Email
Sep 13, 2004
5:56 am
141
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...
ht88th2000
Offline Send Email
Sep 15, 2004
6:58 am
142
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...
DmitryB
dmitrybv
Offline Send Email
Sep 15, 2004
7:53 am
143
I best Wish that the TDBGridEh has TDBGridEh.Title property(like TPrintDBGridEh.Title). In fact,the TPrintDBGridEh.Title property is not useful generally. I...
ht88th2000
Offline Send Email
Sep 17, 2004
2:57 am
144
Hello ht88th2000, TPrintDBGridEh.Title is printed on top of every page. Friday, September 17, 2004, 6:56:39 AM, you wrote: h> I best Wish that the...
DmitryB
dmitrybv
Offline Send Email
Sep 21, 2004
3:25 pm
145
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@...
Send Email
Sep 22, 2004
6:26 pm
146
... is ... just a precision : I used TDBSumList V1.00 Merci...
bidochon2210
bidochon2003@...
Send Email
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...
DmitryB
dmitrybv
Offline Send Email
Sep 23, 2004
7:44 am
148
TDBGridEh How remove current row from selected rows, if Selection type is gstRectangle? Current row is top of selection rect....
ksergey_72
s_wr@...
Send Email
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 =...
DmitryB
dmitrybv
Offline Send Email
Sep 27, 2004
6:30 am
150
... Thank you!...
ksergey_72
s_wr@...
Send Email
Sep 27, 2004
9:32 am
151
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@...
Send Email
Sep 27, 2004
2:11 pm
152
Thank you very much Dmitry Lionel...
bidochon2210
bidochon2003@...
Send Email
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...
DmitryB
dmitrybv
Offline Send Email
Sep 27, 2004
2:44 pm
154
... 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@...
Send Email
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...
DmitryB
dmitrybv
Offline Send Email
Sep 28, 2004
8:23 am
156
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@...
Send Email
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...
akhanna559
Offline Send Email
Sep 30, 2004
12:10 am
158
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@...
Send Email
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...
DmitryB
dmitrybv
Offline Send Email
Oct 1, 2004
2:31 pm
160
Hello Dimitry, I've the version 3.3. Must I buy the new version 3.5 or have I a free upgrade? Best regards Hans-Peter Schmidt ... From: DmitryB To:...
Peter
petermuelheim
Offline Send Email
Oct 1, 2004
8:28 pm
Messages 131 - 160 of 913   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help