I'm about to start design of a new networked application form requiring multiple, concurrent user data entry sessions and have noted the warning in the manual about Paradox imposing full locks on the hierarchy of LINKED parent-child tables in the data model, when one child record is inserted/locked for editing.
I intend to get around this by filtering in relevant child records in tableframes on the form using setGenFilter and using unlinked tables in the data model, to avoid user-waits during data entry generated by automatic locking.
I also want to use Referential Integrity between my unlinked tables in the data model. My question is - will using RI impose any difficulties/constraints on this setGenFilter method of showing data subsets?
I intend to get around this by filtering in relevant child records in tableframes on the form using setGenFilter and using unlinked tables in the data model, to avoid user-waits during data entry generated by automatic locking.
I also want to use Referential Integrity between my unlinked tables in the data model. My question is - will using RI impose any difficulties/constraints on this setGenFilter method of showing data subsets?