PHPrunner 5 build 689
It seems extremely basic but I am not being able to make it work:
I have a master table named 'orders' and a detail table named 'order_details'. (northwind database)
I have set up the correct (I think) relationship on the 'Datasource Tables' page using the common 'Order_ID'.
As far as I read, this was all I should do for a working master detail project.
But when I try to add a detail record (from the master list) it doesn´t apply the correct order_id on the new order_details record.
Am I missing something or I should do it 'manually', hiding the detail order_id field and setting it to $_SESSION[$strTableName."_masterkey1"] ?