The system does not accept to generate GUIs after deleting NamaLayout table from the database?

Viewed 1

لا يقبل النظام إعادة إصدار النوافذ (generate GUIs) بعد حذف جدول NamaLayout من قاعدة البيانات، فماذا أفعل؟


Originally posted at https://answers.namasoft.com/question/778/ on 2019-02-25.

1 Answers

You should not have deleted this table, but to repair that, follow these steps:

  1. Set the option "flush-with-each-layout" to True in the nama.properties file (flush-with-each-layout=true)
  2. Execute the Evict Cache action from Utilities.
  3. Regenerate GUIs.

Originally posted at https://answers.namasoft.com/question/778/ on 2019-02-25.