Error "At the end of table"
Hi all,
I've an application running on both Windows 95 and Windows NT.
In some cases, (but not all), under Windows NT environment.
There will be an error "At the end of table" when trying to post a
record. e.g.
edit;
...
if state in [dsInsert,dsEdit] then
showmessage('Being edit');
showmessage('Before post');
post;
showmessage('After post');
You will see the following messages:
'Being edit'
'Before post'
'At the end of table'
'After post'
Remark: The error 'At the end of table' can be found in OnPostError
event.
Can anyone help ?
Regards,
Nelson
nelson...@hk.zurich.com