Greetings,
I am writing a Delphi application that uses Absolute Database. When the user presses a button the application fills in some values in a second form and then displays the form.
Last night I added a DBGrid to the second form to display a small Absolute Database table. Hitting the button now results in the message
"Cannot delete PFS or EAM page. Pageno=0 - Native error 30434"
If I deactivate the datasource the DBGrid is linked to then the program works but, of course, the DBGrid is empty.
I've no idea what error message is trying to tell me and can't see what I'm doing wrong. The table is fine and correctly populated
Any ideas?
Thanks in advance.
Graham