Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 11 to 14 of 14 total |
Doubleclick to enter grid cell value |
Thu, Jul 2 2015 3:45 PM | Permanent Link |
Huseyin Aliz myBiss ApS | Tim,
This is the code i am using (button click) after grid cell value has been updated (doubleclicked and value changed): Database.StartTransaction; try with BestillingMaster do begin // Master dataset - not connected to any visual control Update; Save; end; with BestillingDetail do begin // Detail dataset - Grid connected to this dataset Update; Save; end; Database.Commit; except Database.Rollback; raise; end; Regards, Hüseyin On 02-07-2015 21:34, Tim Young [Elevate Software] wrote: > Hüseyin, > > << Dataset insert and loadrows from dataset works fine with the grid. > When i enter a cell (doubleclick actually - just entering the cell > does not > set focus) in grid to change some value (like amount field), the > changes are not reflected back to dataset, even if i make a > dataset.update, dataset.save.. commit in a transaction. >> > > Please post the code that you’re using. It matters where you start > the transaction/commit, because it has to be done *after* the row has > been updated. > > Tim Young > Elevate Software > www.elevatesoft.com > > |
Thu, Jul 2 2015 3:47 PM | Permanent Link |
Huseyin Aliz myBiss ApS | Tim,
Ok, so a change is on the way Regards, Hüseyin On 02-07-2015 21:32, Tim Young [Elevate Software] wrote: > Hüseyin, > > << I have a grid connected to a dataset, when i enter a cell in grid i > have to doubleclick before i can change the value - is it normal? >> > > Yes, you have to double-click or use the Enter key. > > One of the outstanding enhancement requests is an AlwaysShowEditor > type of property for the grids. > > Tim Young > Elevate Software > www.elevatesoft.com |
Fri, Jul 3 2015 11:14 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Hüseyin,
<< This is the code i am using (button click) after grid cell value has been updated (doubleclicked and value changed): >> How is the code being run ? Button event handler, etc. ???? Tim Young Elevate Software www.elevatesoft.com |
Fri, Jul 3 2015 2:40 PM | Permanent Link |
Huseyin Aliz myBiss ApS | Tim,
Please ignore this, because i have changed my code to use runtime dataset, and it works now Just waiting for AlwaysShowEditor property for the grid? Regards, Hüseyin On 03-07-2015 17:14, Tim Young [Elevate Software] wrote: > Hüseyin, > > << This is the code i am using (button click) after grid cell value > has been updated (doubleclicked and value changed): >> > > How is the code being run ? Button event handler, etc. ???? > > Tim Young > Elevate Software > www.elevatesoft.com |
« Previous Page | Page 2 of 2 | |
Jump to Page: 1 2 |
This web page was last updated on Friday, November 1, 2024 at 07:01 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |