Hello,
how to navigate back from a child to parent? If i use child buttons on detail views an click them for childs, i can´get back to parent... only with jump menu.
How to fix this?
Thanks much, Kai
Child Backlink to Parent
-
- Veteran Member
- Posts: 45
- Joined: 2015-04-15 06:33
- Location: Hyderabad
- Contact:
Re: Child Backlink to Parent
Hi Kai,
it may help you.
if you want to get back from child table after inserting or updating what ever you do.
if we want to redirect to parent table with out jump to menu then we have to redirect page to parent table page using php page redirection.
header("location:application_name/tablename_view.php");
By placing the above url link in related functions of the child table hooks file.
it may help you.
if you want to get back from child table after inserting or updating what ever you do.
if we want to redirect to parent table with out jump to menu then we have to redirect page to parent table page using php page redirection.
header("location:application_name/tablename_view.php");
By placing the above url link in related functions of the child table hooks file.
-
- Veteran Member
- Posts: 45
- Joined: 2015-04-15 06:33
- Location: Hyderabad
- Contact:
Re: Child Backlink to Parent
Hi,
If your issue is solved then please place me on code helper.
If your issue is solved then please place me on code helper.
Re: Child Backlink to Parent
Hello Satya, thanks much. But i need a "history back" on this because i have some childs with the same parent.
I have not used this feature anymore because it lacks on my needs.
Thanks much, Kai
I have not used this feature anymore because it lacks on my needs.
Thanks much, Kai