Hello eneryone.
I have 2 tables with master details relationship, "e131"(master) and "e131_rights"(details). From the reports page of the e131 table, e131_Report, I can open the e131_rights page in a popup (followed the tutorial in the xlinesoft blog) with the link "e131_files_list.php?mastertable=e131&masterkey1=(the key of the e131 table)".
Everything is working fine up to this point. Now when the pop up appears I have to get masterkey in the before record added event, check a condition and stop the saving function if the contition id true.
I tried to use $_SESSION["e131_files_masterkey1"] but I am not getting the master key.
Any help would be appreciated.