Subject | Re: Firebird Restarting part 2 |
---|---|
Author | Michael Vilhelmsen |
Post date | 2006-12-29T08:06:41Z |
> I have a timer. It gets reset every time they save. If they leave itpast
> the e.g. 5 minute default setting, the save button action is firedfor them.
> I have to admin that with IBO, this is a no brainer since IBOpermits this
> with next to no noticeable change in the users' interface. allrecords are
> still resting on the currently selected record.to ensure
> It was impossible to achieve this with IBX components since IBX does not
> manage the clientside buffers well. You had to write a lot of code
> all datasets, after commit and re-open, returned to their previousrecord.
> The TGrid, however, never returns to a record mid stream. It alwaysbrings
> the record back to the top of the grid. very noticeable for users andOur appl. suite is made of 3 appl.
> annoying.
1 of them is made with IBO.
The other 2 are made with IBX.
IBX isn't very good, but in the very near future we will switch them
to FIB (this because the rewritting of the code is easyer).
I do hope, that FIB will offer some of the same features as IBO.
Whatever the offer, it must be more than IBX ;-)
Michael