Topic: Forms.xml

Dmitry -

If I am trying to identify which tables are associated with each form, I believe I would use these two attributes dbGeneralTable and dbTable from the forms.xml, is this correct?

Rob

Re: Forms.xml

Forms don't have identify for table, only components have identify which tables are associated.


for TableGrid is "dbGeneralTable"
for CompoBox is "dbForeignKey"
for others is "dbTable"

Dmitry.