Is there an easy way to prevents updates on the grid while updating data in the underlying dataset? I have an application where edits can be perform in client...
Hello Crumble, I can not exactly understand your problem. What it means "prevents updates on the grid"? You can prevent to send any events from DataSet to the...
G'day Dmitry, I should have been more clear. While I wish to prevent updates on this grid, I am using other dataaware components on a popup editor screen that...
Hello from Belgium! In the 3.2 release - I read this : Added ability to fill cell by the value from previous record. You can use "Ctrl+'" key to do it. I try...
oubliebe
walloon@...
Jan 9, 2004 11:11 pm
63
Hello oubliebe, Where are a global variable DBGridEhSetValueFromPrevRecordKey: TShortCut; grid use this variable as key to fill cell by the value from previous...
Hello crumble68, I think, you can not prevent updates on the grid using only grid component. Because grid take info from dataset on every draw operation. -- ...
I am having a problem with drag and drop operations using mupltiple selections. I set up a normal grid, and configure options so that I can multiselect, with...
Came across the Enhlib component and thought that it looked good but when I tried to setup a dropdown field in the grid I can't get it to drop down. I have two...
Hello cooperkbc, Grid can show dropdown list in columns then 1. Column connected to LookUp field (TField). In that case there will a lookup combobox. (You can...
Dear Developers, I am glad to announce new version (3.3) of EhLib. More detail info you can get here: http://www.ehlib.com ... You can get demo from...
I have configured a grid for multiselect and observe a bug in the selection of multiple lines. I will try to explain.... In order to select a range of items, I...
I have a question about TPropStorageEh Component.when my MainForm is created, PropStorageEh will restore column attributes at this time,but I wish these column...
Hello crumble68, Thank you for your bug report. It happens because DBGridEh (and DBGrid) have different technology of interaction with dataset from for...
Hello mathewzhao, You can set TPropStorageEh.Active to True and call procedure LoadProperties; or procedure SaveProperties; manually when you need. Wednesday,...
Perhaps a stupid question to ask in this Group, but I need to chose the right thing. I like fast, thight components which implements features in a pace that...
Using dbGridEh, i get a access violation when i close the application (when adding sumlist.active). Everything works allright. Does anyone have a answer? ...
Hello ketelbinky2000, Try to deactivate SumList before closing Form or DataModule. Read about sumlist in EhLib user's guide. Wednesday, February 25, 2004,...
Hello soiestad, EhLib is the best DBGrid for Delphi. It is truth. bergsoftware grid for instance don't have MultiTitle and don't have capacity to print or...
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...