This topic is locked

3.1 (142) False expression @$_SESSION[$strTableName.'_m

8/27/2006 10:59:26 AM
PHPRunner General questions
Pfeiffer author

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