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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 137 - 166 of 914   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
161
Hello Peter, All users of EhLib 3.X can download EhLib 3.5 using same path and password. Saturday, October 02, 2004, 12:28:43 AM, you wrote: P> Hello Dimitry, ...
DmitryB
dmitrybv
Offline Send Email
Oct 2, 2004
11:10 am
162
I had a TDBGridEh where the following propeties is set to True: 1. OptionsEh: dghAutoSortMarking 2. StFilter: Local 3. StFilter: Visible 4. the TitelButton of...
smching2001
Offline Send Email
Oct 3, 2004
6:09 am
163
Hello Dimitry, when I want to compile demo1 the following mistake was shown EhLibBDE.DCU is missed. Normally this file was in the package in previous versions....
Peter
petermuelheim
Offline Send Email
Oct 3, 2004
1:58 pm
164
Hello Peter, EhLibBDE.Pas reside in DataService directory of EhLib archive. ... Demonstration Programs ... Demonstration programs use tables from the DEMOS...
DmitryB
dmitrybv
Offline Send Email
Oct 4, 2004
5:38 am
165
Hi, Is it possible to not color lines during printing a DBGridEh. The lines of the DBGridEh are colored on event "OnGetCellParams" with instruction...
bidochon2210
bidochon2003@...
Send Email
Oct 4, 2004
7:40 pm
166
Goodevening. I want to order ehlib component but i have 2 question before i buy it. 1) I have the necessity of print dbgrideh and the contents of 6 or 7 edit...
marco82roma82
roma.marco@...
Send Email
Oct 5, 2004
4:13 pm
Messages 137 - 166 of 914   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