Hello. I have troubles using TPopupActionBarEx and TDBGridEh togather. When contextmenu appears - the TPopupActionBarEx freezes and don't respond till it will...
smalldot99
smalldot99@...
Jun 10, 2004 12:13 pm
116
Hello, Environment: Win2K SP 4, Delphi 7, EhLib 3.4, DBISAM, ADO. When pasting a value (Ctr-V) into a TDBLookupComboBoxEh so as to select the same value from...
hello,dmitry I found a problem when i used DBEditEh, just like when i set dbediteh's properties 'ReadOnly=true' ,it's text can modify yet, but it's dataset is...
kabinx2008
kabinx2008@...
Jun 19, 2004 3:58 am
119
I have a problem with mysql. I use a query with datasetprovider and clientdataset. The query is: "select * from table order by ABC limit 10". if i execute the...
shrike6_7
shrike6_7@...
Jun 21, 2004 9:06 am
120
Hello shrike6_7, I don't know what DataSet you use, but I think your DataSet reorder data in itself after getting it from server. Grid try to reorder data only...
Hello ungodaus2001, Hello, I checked it. Grid does not allow to change text in ReadOnly columns for frozen and nofrozen columns. Send me demo project where I...
when i use the dbGridEH, I export the data to csv ,but the csv format only can like the following: "a","b","c" I dont want the double quotation marks. ...
hualiang liu
eppencn@...
Jun 24, 2004 2:26 am
124
http://goth.net/~ungod/dbgridtest.zip source and executeable. The old functionality from a demo version I picked up (really old), didn't show this, on the...
Hello hualiang, Unfortunately, TDBGridEhExportAsCSV always write quotes. You can write your own object to export data like this. { TMyDBGridEhExportAsCVS } ...
Row Highlite on Lost Focus: TDBGridEh 2) With the following properties Set: OptionsEh.dghRowHighlight:=TRUE; When I click on a Cell it shows the Selected Cell...
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...