Hi,

After typing several commands in the console I have ende up in this situation several times:

Code:
use purchase_order
Code:
list dictionary
output lists purchase_order.dbf info. Then:

Code:
use supplier
Gives Error:
Code:
Thu Jan 28 14:28:40 2016
**** Lianja error ****
use supplier
            ^
ALIAS name 'SUPPLIER' already in use
list dictionary then gives the purchase_order table info, so it seems that purchase_order is stuck open even though 'use' hitnk that suppliers is active. The only way I have been able to get out of this situation is by closing the database and re-opening & then it all works as expected.