C
ComStar
I have a grid that allows inserts and has paging. The inserts work fine
when the new item is on the 1st page. The blank line is inserted and I'm in
edit mode. If the new item is on a page other than the 1st, a new blank
record is added and I have to manually go to that page and edit the item.
How can I determine that the new item is on a new page and go directly to
that page in edit mode?
I'm using VB and the insert does a .newrow.
when the new item is on the 1st page. The blank line is inserted and I'm in
edit mode. If the new item is on a page other than the 1st, a new blank
record is added and I have to manually go to that page and edit the item.
How can I determine that the new item is on a new page and go directly to
that page in edit mode?
I'm using VB and the insert does a .newrow.