Subject | Opening at last record? |
---|---|
Author | sdbeames |
Post date | 2002-06-08T21:26:18Z |
Hi,
what is the correct way to open a query on the last record
(without changing the sort order)?
I tried adding:
IB_Query1->Last();
to the query's AfterOpen() event, but the last record is un-editable
and the Edit button on my TIB_UpdateBar stays grayed until I've
moved to another record.
V4.2.Hd/FB1/XP
Thanks,
Steve
what is the correct way to open a query on the last record
(without changing the sort order)?
I tried adding:
IB_Query1->Last();
to the query's AfterOpen() event, but the last record is un-editable
and the Edit button on my TIB_UpdateBar stays grayed until I've
moved to another record.
V4.2.Hd/FB1/XP
Thanks,
Steve