Hi, Environment: Delphi 7; Win2K; EhLib 3.3. When pasting to a cell in a DBGridEh using Ctrl + V, the cell is updated with the clipboard value and the cursor...
Hello artrcl, Thursday, March 04, 2004, 4:07:37 AM, you wrote: a> to TDBGridEh: suggest some new features like insertAllowed, a> deleteallowed. Already has ...
Hello, Environment Win2K; Delphi 7; EhLib 3.3 When trying to use the OnWriteCustomProps event handler, the application fails to compile with the "Undeclared ...
Hello mpunzifarm, Tuesday, March 09, 2004, 3:54:14 AM, you wrote: Add the PropFilerEh unit to the uses clause of your Form unit. m> Hello, m> Environment...
I attach logfile. EurekaLog 4.5.0 ... 1.1 Start Date : Thu, 18 Mar 2004 16:11:27 +0100 1.2 Name/Description: fak7.exe 1.3 Version Number : 1.1.4.262 1.4...
pgawli69
piotr.gawlicki@...
Mar 18, 2004 3:28 pm
90
Hello pgawli69, How can I model such situation on my machine? I run Project1 from DEMOS\DEMO1 dir of EhLib archive. But mouse scrolling doesn't raise any...
procedure TCustomDBGridEh.UpdateActive; var NewRow: Integer; Field: TField; // I: Integer; begin if not FInplaceSearchingInProcess then StopInplaceSearch; if...
pgawli69
piotr.gawlicki@...
Mar 22, 2004 2:39 pm
92
I downloaded trial version of ehlib for Delphi 7 Enterprise (Trial too), but I can't complile dpk. Error message is File not found (dbsumlst.pas). How I can...
lrosca2003
lrosca2003@...
Mar 25, 2004 12:16 pm
93
Hello lrosca2003, You can download EhLib Evaluation Setup for Delphi 7. It install packages in Delphi automatically. Or read readme.txt I think you forget next...
Hi, Sorry, but not working yet. In downloads is a file for all version of Delphi (Delphi 4-7) and is an autoextract archive. It is not an autoinstalable in...
lrosca2003
lrosca2003@...
Mar 26, 2004 9:49 am
95
Hello lrosca2003, You can download EhLib Evaluation Setup for Delphi 7 from here www.ehlib.com/EhLibSetupD7Eval.exe Friday, March 26, 2004, 12:48:36 PM, you...
Для получения DropDown списка к одному из полей в DBGridEh заполняю соответствующим образом...
granatoleg
granat@...
Mar 28, 2004 2:22 pm
98
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...