This topic is locked
[SOLVED]

 link to list page

9/15/2010 7:29:19 AM
PHPRunner General questions
P
paxys author

Hello,

sorry for my english, i have two tables

table A

Id_A

Nome

...

table B

Id_B

Id_TableA

Numero

....

I want to make a link in the list page table A, the link should go to list page table B where Id_TableA = Id_A

If possible i would like to use a custom button.

thanks

Sergey Kornilov admin 9/15/2010

I think you need to link tables A and B as master-details. In this case PHPRunner will build such a link for you automatically.

P
paxys author 9/16/2010



I think you need to link tables A and B as master-details. In this case PHPRunner will build such a link for you automatically.



I know that I can link as master-detail but i need to build on table A list page two links to Table B tand Table C .

I searched for posts but have not found a good example for me thanks

A
ann 9/16/2010

Hi,
it will show both links if table C is also child table.

P
paxys author 9/16/2010



Hi,
it will show both links if table C is also child table.



not what I wanted to do but it works

ok thanks

paxys