This topic is locked

Filtered Detail Table View

6/12/2013 3:04:15 AM
PHPRunner General questions
S
SimonMueller author

Hi,

I have the following problem:

I got two tables A and B with a master detail relationship with B as detail table.

There is one page with table A and access to the related B rows. Additionally I got several hyperlinks in the menu to pages of the detail table B which are filtered by one column (Status column has values between 1-5).

Now when I open the hyperlinks without going to the page with A first, then I can see all filtered rows and can also add new rows for B where I can choose the master detail link column. But if I select the page with A first and open the details of one row and select the filtered page then I can only add a new row to B with the master detail column already containing the read only value which I opened on page A. It also says at the top left "Back to <table A>". Maybe this is a problem with the session or something? I need it to always let the user choose the master detail link column when going by the hyperlinks in the menu. Hope the problem is understandable.
Simon