Subject | RE: [IBO] TIB_Grid how do I.... |
---|---|
Author | Jason Wharton |
Post date | 2008-02-14T20:58:40Z |
> On TIB_Grids, when you add a new record to the bottom of a list, onI can't remember for sure but at one time I think I added a property
> the grid you can post it by cursoring down or up. But when you tab to
> the next record you go to the top of the grid and a new record is
> inserted there. When you tab out of that record it posts it and then
> goes to the next, already added, record. How can you keep the inserts
> at the bottom of the grid and work downward?
> I am using IB 4.8.2 and am using TabStopLinks in the grid.
AppendOnInsert or something of that sort. If it isn't already there it is
something that wouldn't be very difficult to add in.
Jason