This topic is locked
[SOLVED]

 Use editid1 (record id) filter in Dropdown

10/27/2014 2:58:15 PM
PHPRunner General questions
H
headingwest author

Hi,
I want to add a filter to my dropdown by adding a statement similar to:
WHERE " order_id = " . current_record_id
using the current key field for the edit record.
Any help appreciated. Thanks.

Sergey Kornilov admin 10/27/2014

$_REQUEST["editid1"] i.e.

" order_id = " . $_REQUEST["editid1"]
H
headingwest author 10/27/2014

Thank you, works a treat.