Child Backlink to Parent

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Child Backlink to Parent

Post by SkayyHH » 2015-05-09 06:32

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

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: Child Backlink to Parent

Post by Satya Kavala » 2015-05-14 12:04

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.
Thanks&Regards
Satya Kavala
[email protected]

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: Child Backlink to Parent

Post by Satya Kavala » 2015-05-14 12:13

Hi,

If your issue is solved then please place me on code helper.
Thanks&Regards
Satya Kavala
[email protected]

SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Re: Child Backlink to Parent

Post by SkayyHH » 2015-05-14 18:03

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

Post Reply