This topic is locked

Lookup Field - Want To Link To The Details Of That Field

4/7/2013 9:24:24 PM
PHPRunner General questions
6
69developer author

I have a lookup field, and it works ok. You can select an item from another table. What I want to do is when your in list view, the lookup field will be a link to that field that displays all the fields for it.

Sergey Kornilov admin 4/8/2013

You can see 'View as' type of this field to Custom and display it as a hyperlink i.e.

$value = "< a href='lookup_table_view.php?ieditid1=".$value."'>".$value."</a>";