I'm looking for some example of TMemTableEh usage... if someone has a good example - it would be nice to send it to me at walloon[at] walloon.be Thanks. Remy...
oubliebe
walloon@...
Apr 5, 2004 8:55 pm
99
Hello oubliebe, May be you have concrete question how to do something. Tuesday, April 06, 2004, 12:54:11 AM, you wrote: o> I'm looking for some example of...
The RowCount property acts the same as the VisibleRowCount property. It does not include rows that need to be scrolled to. Also the Row property thinks it's...
Kel
kelster1975@...
Apr 27, 2004 9:49 pm
103
Hello Kel, Wednesday, April 28, 2004, 1:49:42 AM, you wrote: K> The RowCount property acts the same as the VisibleRowCount K> property. It does not include...
Hello mpunzifarm, Information like "The instruction at "0x00525aa9" referenced memory at "0x01dd6cdc". The memory could not be "written". " absolutely...
Hello Dmitry, I have tried unsuccessfully to create a demo to reproduce this problem. Also, I have now removed the stored "items" properties of 4 TListBoxes...
Hello, I currently use PropStorageEh and IniPropStorageManEh to save the User's application preferences to an Ini file. I want my Users to be able to reset...
Hello mpunzifarm, It is not very difficult. We can write init values in MemoryStream in FormCreate event. And read init values from this stream on user request...
Hello Dmitry, Thankyou for your response. Your code will reset all the properties stored by PropStorageEh1 but what I want to do is reset only the User...
Dear Developers, I am glad to announce new version (3.4) of EhLib. More detail info you can get here: http://www.ehlib.com ... You can get demo from...
Hey Dmitry, I need some help with this one. I've spent over 2 hours trying to figure out how to do this. I want the user to click the file->print menu, then...
Kel
kelster1975@...
May 30, 2004 12:59 am
112
Hello All, Domain www.ehlib.com and support email: support@... temporary unavailable. You can use alternative path...
Пробую заставить грид суммировать LargeInt. На выходе получаю ноль. Почему?...
mrserg1972
who@...
Jun 8, 2004 12:00 pm
115
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...