Wed, 18 Jun 1902 08:00:00 GMT
Unlocking all records before quitting ??
Hi all, I have made a little input form that does not make use of data-aware components. (Delphi 3 C/S, Win98 ) I ran it and it crashed. No problem, error found and corrected. But it had crashed before the record lock that was set with the Post method was released. I want to make sure that record locks that are set by the system are released upon closing the form, so I use the BDE function BIRelLockRecord( Table1.Handle.True ); I get the compiler message "undeclared identifier "DBIRelLockRecord"). Do I have to declare an extra unit in the uses clause ? Which one? I can't find it in the BDE API or Delphi Help TIA -- kind regards, Peter Paul Jansen BURDOCK Project Consultants B.V. p...@NOSPAMburdock.com
|