Printing a report with more than one table in the datamodel, when the report contains a group band, and when interactive printing will cause the infamous warning, "Report layout setting have been changed...", will leave a lock on the detail tables in the datamodel. Tables cannot be renamed or deleted.
The problem occurs under the following condition:
The report is based on a data model has three temporary tables linked 1-1 and 1-M. For example:

RIV

rime.db -------> -

RIV:OneToOne.db
|
|-------------------->>

RIV:OneToMany.db
Use unbound fields in the record band (no tableframes). Add a group record band based on any Field in the OneToOne.db. (Adding the group band seems to trigger the behavior described below. Without the group band, the table lock is released.)
Behavior: Print the report and close it. Try to delete the temporary tables. Paradox will let you delete Prime.db and OneToOne.db. But if you try to delete the OneToMany.db, the operation will be denied with a "Table In Use" message. The only way I've found to unlock the table is to exit Paradox altogether and delete lock files in PRIV dir. Bad news.