Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

browsing through a TTable

1 view
Skip to first unread message

Sean Farrow

unread,
May 2, 2008, 4:57:16 PM5/2/08
to
Hi:
how do I go to the next/previous rec ord with a tTable Component?
ARe thre keyboard shortcuts?
Sean.


Bill Todd [TeamB]

unread,
May 2, 2008, 5:12:22 PM5/2/08
to
There are two options.

1) Drop a TDBNavigator on the form and set its DataSource property to
the TDataSource that is connected to the TTable.

2) Call the TTable.Next and TTable.Prior methods from the OnClick event
handler of buttons or menu items.

Note that TTable is a BDE component. Borland/CodeGear stopped all
development on the BDE eight years ago so it is a very poor choice for
any new development.

--
Bill Todd (TeamB)

0 new messages