Hi,
the connected field to a mastertable is prefilled with the expression
@$_SESSION[$strTableName."_masterkey"] in the ADD-View.
The correct expression must be @$_SESSION[$strTableName."_masterkey1"]
@$_SESSION[$strTableName."_masterkey"] will not fill the field,
@$_SESSION[$strTableName."_masterkey1"] does is correctly.
Best regards
Uwe Pfeiffer